about summary refs log tree commit diff
path: root/conform/data
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-10 11:06:06 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-10 11:06:06 -0800
commit99d46ae3794830e996717a53c8551d758a64eeb5 (patch)
treee74347d80b98fa133ede8e1cbe741d58e0488e88 /conform/data
parentf9cfa295ae3f2556bd8808f0ff693cfe44f4ac25 (diff)
downloadglibc-99d46ae3794830e996717a53c8551d758a64eeb5.tar.gz
glibc-99d46ae3794830e996717a53c8551d758a64eeb5.tar.xz
glibc-99d46ae3794830e996717a53c8551d758a64eeb5.zip
Fix up sys/wait.h header for XPG7.
Diffstat (limited to 'conform/data')
-rw-r--r--conform/data/sys/wait.h-data2
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)