X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fx86_64%2Fbits%2Fwait.h;h=ae3f1012d26abbe90ce2ab21c2152170a21c0eb7;hb=7e795ca7edfb2b952abe6a839e84a94420ff8a90;hp=ca9b57e0a1c80b878d78734670d122f7657522db;hpb=1e12632591ab98a6ea3af8680716c28282552981;p=musl 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