Regenerated: /usr/bin/perl scripts/gen-FAQ.pl FAQ.in
[glibc.git] / include / sys / wait.h
blob5ecce413efe602a4b125b16a71db9003a1e95931
1 #ifndef _SYS_WAIT_H
2 #include <posix/sys/wait.h>
4 /* Now define the internal interfaces. */
5 extern __pid_t __waitpid __P ((__pid_t __pid, int *__stat_loc,
6 int __options));
7 extern __pid_t __wait3 __P ((__WAIT_STATUS __stat_loc,
8 int __options, struct rusage * __usage));
9 extern __pid_t __wait4 __P ((__pid_t __pid, __WAIT_STATUS __stat_loc,
10 int __options, struct rusage *__usage));
11 #endif