From 3071bd27f65baa5a3dfd135011231c8fb92dca7d Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Tue, 14 Aug 2012 16:37:15 +0100 Subject: [PATCH] The feature check statements should represent what the user enters, not how we check --- man/string.h.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/string.h.3 b/man/string.h.3 index 79162d3..fa312b5 100644 --- a/man/string.h.3 +++ b/man/string.h.3 @@ -72,12 +72,12 @@ The following shall be defined as functions: .Fn "size_t strlen" "const char *s" .\" .Pp -.Sy #define _PDCLIB_POSIX_MIN(2008098L) || _PDCLIB_XOPEN_MIN(0) +.Sy #define _XOPEN_SOURCE || _POSIX_C_SOURCE >= 200809L .br .Fn "char *strdup" "const char*src" .\" .Pp -.Sy #define _PDCLIB_POSIX_MIN(2008098L) +.Sy #define _POSIX_C_SOURCE >= 200809L .br .Fn "char *strndup" "const char*src" "size_t n" .\" -- 2.40.0