feature_test_macros.7: Update list of macros that inhibit default definitions

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2020-10-01 11:54:19 +02:00 committed by Michael Kerrisk
parent bd85f9c632
commit 27e7a9a48b
1 changed files with 4 additions and 1 deletions

View File

@ -672,10 +672,13 @@ and
If any of
.BR __STRICT_ANSI__ ,
.BR _ISOC99_SOURCE ,
.BR _ISOC11_SOURCE
(since glibc 2.18),
.BR _POSIX_SOURCE ,
.BR _POSIX_C_SOURCE ,
.BR _XOPEN_SOURCE ,
.BR _XOPEN_SOURCE_EXTENDED ,
.BR _XOPEN_SOURCE_EXTENDED
(in glibc 2.11 and earlier),
.BR _BSD_SOURCE
(in glibc 2.19 and earlier),
or