rework structure
This commit is contained in:
9
hifive1-vp/hello/bsp/libwrap/sys/execve.c
Normal file
9
hifive1-vp/hello/bsp/libwrap/sys/execve.c
Normal file
@ -0,0 +1,9 @@
|
||||
/* See LICENSE of license details. */
|
||||
|
||||
#include <errno.h>
|
||||
#include "stub.h"
|
||||
|
||||
int __wrap_execve(const char* name, char* const argv[], char* const env[])
|
||||
{
|
||||
return _stub(ENOMEM);
|
||||
}
|
Reference in New Issue
Block a user