summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Wiese <aw-lkml@instandbesetzt.net>2013-09-04 08:14:33 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-09-04 08:14:33 +0200
commit1ea76c666a18098b3235ff2f8ea5493d5ec7b0a1 (patch)
treece3a5e0ba945a5f33b1fcdb03c71540472cf6687
parent699893d8f9f64375c73ce596806e785896a76a7e (diff)
strdup.3: tfix in feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/strdup.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strdup.3 b/man3/strdup.3
index ca58c922..49e94dcd 100644
--- a/man3/strdup.3
+++ b/man3/strdup.3
@@ -63,7 +63,7 @@ _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
.RS 4
.TP 4
Since glibc 2.10:
-POSIX_C_SOURCE\ >=\ 200809L || _XOPEN_SOURCE\ >=\ 700
+_POSIX_C_SOURCE\ >=\ 200809L || _XOPEN_SOURCE\ >=\ 700
.TP
Before glibc 2.10:
_GNU_SOURCE