diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-10 11:06:06 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-10 11:06:06 -0800 |
commit | 99d46ae3794830e996717a53c8551d758a64eeb5 (patch) | |
tree | e74347d80b98fa133ede8e1cbe741d58e0488e88 /conform/data/sys/wait.h-data | |
parent | f9cfa295ae3f2556bd8808f0ff693cfe44f4ac25 (diff) | |
download | glibc-99d46ae3794830e996717a53c8551d758a64eeb5.tar.gz glibc-99d46ae3794830e996717a53c8551d758a64eeb5.tar.xz glibc-99d46ae3794830e996717a53c8551d758a64eeb5.zip |
Fix up sys/wait.h header for XPG7.
Diffstat (limited to 'conform/data/sys/wait.h-data')
-rw-r--r-- | conform/data/sys/wait.h-data | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/data/sys/wait.h-data b/conform/data/sys/wait.h-data index 81c0dc44f8..2fd4c8decf 100644 --- a/conform/data/sys/wait.h-data +++ b/conform/data/sys/wait.h-data @@ -48,7 +48,9 @@ element {struct rusage} {struct timeval} ru_stime type pid_t function pid_t wait (int*) +#if !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008 function pid_t wait3 (int*, int, struct rusage*) +#endif function int waitid (idtype_t, id_t, siginfo_t*, int) function pid_t waitpid (pid_t, int*, int) |