linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] feature_test_macros.7: Update list of macros that inhibit default definitions
@ 2020-10-01  9:54 Jakub Wilk
  2020-10-01 11:11 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Wilk @ 2020-10-01  9:54 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man7/feature_test_macros.7 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index 8c80b087e..2d7bcacfc 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -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
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] feature_test_macros.7: Update list of macros that inhibit default definitions
  2020-10-01  9:54 [PATCH] feature_test_macros.7: Update list of macros that inhibit default definitions Jakub Wilk
@ 2020-10-01 11:11 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-10-01 11:11 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: mtk.manpages, linux-man

On 10/1/20 11:54 AM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
> ---
>  man7/feature_test_macros.7 | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Thanks, Jakub. patch applied.

Cheers,

Michael

> diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
> index 8c80b087e..2d7bcacfc 100644
> --- a/man7/feature_test_macros.7
> +++ b/man7/feature_test_macros.7
> @@ -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
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-01 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01  9:54 [PATCH] feature_test_macros.7: Update list of macros that inhibit default definitions Jakub Wilk
2020-10-01 11:11 ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).