diff options
Diffstat (limited to 'libgloss/mn10200/wait.c')
-rw-r--r-- | libgloss/mn10200/wait.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libgloss/mn10200/wait.c b/libgloss/mn10200/wait.c deleted file mode 100644 index c8d8b4c..0000000 --- a/libgloss/mn10200/wait.c +++ /dev/null @@ -1,12 +0,0 @@ -#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); -} |