Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
newlib
/
libgloss
/
iq2000
/
fork.c
blob: 53df5a97e183eaf73641c686b0a56d4c337be9ba [
file
] [
log
] [
blame
]
#include
<_ansi.h>
#include
<sys/types.h>
#include
<sys/stat.h>
#include
"trap.h"
int
_fork
()
{
return
TRAP0
(
SYS_fork
,
0
,
0
,
0
);
}