fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / libgloss / iq2000 / wait.c
blobc8d8b4ce0f1d5e3fa17eeac1d809d2be9975d1c8
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
7 int
8 _wait (statusp)
9 int *statusp;
11 return TRAP0 (SYS_wait, 0, 0, 0);