Cygwin: cygwin_GetCommandLineW/A: don't rely on __argv[0] content
[newlib-cygwin.git] / libgloss / iq2000 / fork.c
blob53df5a97e183eaf73641c686b0a56d4c337be9ba
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
7 int
8 _fork ()
10 return TRAP0 (SYS_fork, 0, 0, 0);