diff options
Diffstat (limited to 'conform/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 cc3b1c9732..39fa76cd22 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 POSIX && !defined POSIX2008 +#if !defined ISO && !defined ISO99 & !defined ISO11 && !defined XPG3 && !defined POSIX && !defined POSIX2008 function {char*} strdup (const char*) #endif function {char*} strerror (int) |