From 99d46ae3794830e996717a53c8551d758a64eeb5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 10 Jan 2010 11:06:06 -0800 Subject: Fix up sys/wait.h header for XPG7. --- conform/data/sys/wait.h-data | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conform/data') 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) -- cgit 1.4.1