From: Michael Kerrisk Date: Wed, 29 Apr 2020 19:31:30 +0000 (+0200) Subject: wait4.2: Update wait3() feature test macro requirements for changes in glibc 2.26 X-Git-Tag: man-pages-5.07~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8e46424aae169465ad11b73b91db056612c4871;p=thirdparty%2Fman-pages.git wait4.2: Update wait3() feature test macro requirements for changes in glibc 2.26 Signed-off-by: Michael Kerrisk --- diff --git a/man2/wait4.2 b/man2/wait4.2 index 60424879b1..785747b781 100644 --- a/man2/wait4.2 +++ b/man2/wait4.2 @@ -54,7 +54,11 @@ Feature Test Macro Requirements for glibc (see .PP .ad l .BR wait3 (): - Since glibc 2.19: + Since glibc 2.26: + _DEFAULT_SOURCE || + (_XOPEN_SOURCE\ >=\ 500 && + ! (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600)) + From glibc 2.19 to 2.25: _DEFAULT_SOURCE || _XOPEN_SOURCE\ >=\ 500 Glibc 2.19 and earlier: _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500