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