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