From: Owen Shepherd Date: Tue, 14 Aug 2012 15:37:15 +0000 (+0100) Subject: The feature check statements should represent what the user enters, not how we check... X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=3071bd27f65baa5a3dfd135011231c8fb92dca7d The feature check statements should represent what the user enters, not how we check --- 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" .\"