Update.
[glibc.git] / include / sys / wait.h
blob9244c30bccadea423edfb7a3322d3c1fff4427e0
1 #ifndef _SYS_WAIT_H
2 #include <posix/sys/wait.h>
4 /* Now define the internal interfaces. */
5 extern __pid_t __waitpid (__pid_t __pid, int *__stat_loc,
6 int __options);
7 extern __pid_t __wait3 (__WAIT_STATUS __stat_loc,
8 int __options, struct rusage * __usage);
9 extern __pid_t __wait4 (__pid_t __pid, __WAIT_STATUS __stat_loc,
10 int __options, struct rusage *__usage);
11 #endif