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