diff options
Diffstat (limited to 'conform/data/string.h-data')
-rw-r--r-- | conform/data/string.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/string.h-data b/conform/data/string.h-data index 39fa76cd22..e06f941498 100644 --- a/conform/data/string.h-data +++ b/conform/data/string.h-data @@ -27,7 +27,7 @@ function int strcoll_l (const char*, const char*, locale_t) #endif function {char*} strcpy (char*, const char*) function size_t strcspn (const char*, const char*) -#if !defined ISO && !defined ISO99 & !defined ISO11 && !defined XPG3 && !defined POSIX && !defined POSIX2008 +#if !defined ISO && !defined ISO99 & !defined ISO11 && !defined XPG4 && !defined POSIX && !defined POSIX2008 function {char*} strdup (const char*) #endif function {char*} strerror (int) |