URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [syscalls/] [syswait.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
/* connector for wait */ #include <reent.h> #include <sys/wait.h> pid_t _DEFUN (wait, (status), int *status) { return _wait_r (_REENT, status); }
Go to most recent revision | Compare with Previous | Blame | View Log