summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-03-17 15:31:02 +0100
committerAlejandro Colomar <alx@kernel.org>2023-03-17 22:06:02 +0100
commit78e49fe92e4a91362ea16cb9fa44a7bc00b0e50f (patch)
tree07438cdda6b1ad9bef712fb106da2ade2cfe7ce1
parent9441a71d1debc9cf56d09875aa574e66fe89b6fb (diff)
feature_test_macros.7: STANDARDS: Some ftm are specific to glibc, not Linux
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man7/feature_test_macros.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index 6c0d70cd0..4dc9b9594 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -780,7 +780,7 @@ but is employed on some other implementations.
.BR _REENTRANT ,
and
.B _THREAD_SAFE
-are specific to Linux (glibc).
+are specific to glibc.
.SH NOTES
.I <features.h>
is a Linux/glibc-specific header file.