|
|
1.1 ! root 1: #define __LIBRARY__ ! 2: #include <unistd.h> ! 3: #include <sys/wait.h> ! 4: ! 5: _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) ! 6: ! 7: pid_t wait(int * wait_stat) ! 8: { ! 9: return waitpid(-1,wait_stat,0); ! 10: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.