diff options
Diffstat (limited to 'libgloss/mn10200/wait.c')
-rw-r--r-- | libgloss/mn10200/wait.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libgloss/mn10200/wait.c b/libgloss/mn10200/wait.c new file mode 100644 index 0000000..c8d8b4c --- /dev/null +++ b/libgloss/mn10200/wait.c @@ -0,0 +1,12 @@ +#include <_ansi.h> +#include <sys/types.h> +#include <sys/stat.h> +#include "trap.h" + + +int +_wait (statusp) + int *statusp; +{ + return TRAP0 (SYS_wait, 0, 0, 0); +} |