X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=man%2Fstring.h.3;h=fa312b56955e35dbf1dc2cbd3b856aac955edc87;hb=0bcfdc165274be2442f7f2c974783464daa7e26c;hp=79162d3c3c5495b663eababe0b385106683fb554;hpb=e622beba8ebe5352ad416c8f82848d1b28429220;p=pdclib.old 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" .\"