All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Wilk <jwilk@jwilk.net>
To: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: <linux-man@vger.kernel.org>
Subject: [PATCH] feature_test_macros.7: Update list of macros that inhibit default definitions
Date: Thu, 1 Oct 2020 11:54:19 +0200	[thread overview]
Message-ID: <20201001095419.6908-1-jwilk@jwilk.net> (raw)

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


             reply	other threads:[~2020-10-01  9:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-01  9:54 Jakub Wilk [this message]
2020-10-01 11:11 ` [PATCH] feature_test_macros.7: Update list of macros that inhibit default definitions Michael Kerrisk (man-pages)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201001095419.6908-1-jwilk@jwilk.net \
    --to=jwilk@jwilk.net \
    --cc=linux-man@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.