|
|
1.1.1.2 root 1: /*
2: * linux/lib/wait.c
3: *
1.1.1.5 ! root 4: * Copyright (C) 1991, 1992 Linus Torvalds
1.1.1.2 root 5: */
6:
1.1 root 7: #define __LIBRARY__
1.1.1.4 root 8: #include <linux/unistd.h>
1.1.1.5 ! root 9: #include <linux/types.h>
1.1 root 10:
11: _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
12:
13: pid_t wait(int * wait_stat)
14: {
15: return waitpid(-1,wait_stat,0);
16: }
1.1.1.3 root 17:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.