URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [libgloss/] [mn10300/] [wait.c] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
#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); }
Go to most recent revision | Compare with Previous | Blame | View Log