aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-15 23:38:14 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-15 23:38:14 +0100
commitf1997621395f821b4823b79183d9b3a1e2420c41 (patch)
tree52b83ec02a0a6d886fc817a37fe1dc90848f5712
parentd7200ac321f2138cb1bbf57eddd2c94ffc65d4cb (diff)
downloadman-pages-f1997621395f821b4823b79183d9b3a1e2420c41.tar.gz
crypt.3: Update crypt() FTM requirements to note glibc 2.28 changes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/crypt.35
1 files changed, 4 insertions, 1 deletions
diff --git a/man3/crypt.3 b/man3/crypt.3
index e0d47e3071..b3821e97b8 100644
--- a/man3/crypt.3
+++ b/man3/crypt.3
@@ -57,7 +57,10 @@ Feature Test Macro Requirements for glibc (see
.PP
.BR crypt ():
.nf
- __XOPEN_SOURCE
+ Since glibc 2.28:
+ _DEFAULT_SOURCE
+ Glibc 2.27 and earlier:
+ _XOPEN_SOURCE
.fi
.BR
.PP