X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fx86_64%2Fbits%2Fwait.h;h=ae3f1012d26abbe90ce2ab21c2152170a21c0eb7;hp=ca9b57e0a1c80b878d78734670d122f7657522db;hb=bb89bdd00e494baa11ceb67bf40cc28b0104b642;hpb=1e12632591ab98a6ea3af8680716c28282552981 diff --git a/arch/x86_64/bits/wait.h b/arch/x86_64/bits/wait.h index ca9b57e0..ae3f1012 100644 --- a/arch/x86_64/bits/wait.h +++ b/arch/x86_64/bits/wait.h @@ -6,6 +6,8 @@ #define WCONTINUED 8 #define WNOWAIT 0x1000000 +#if defined(__XOPEN_SOURCE) || defined(__GNU_SOURCE) #define P_ALL 0 #define P_PID 1 #define P_PGID 2 +#endif