From 8048311a50ae9ca55adaba97c64e873dfdd41091 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 15 Jul 2012 22:38:11 +0000 Subject: conformtest: Update expectations for string.h. --- conform/data/string.h-data | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'conform') diff --git a/conform/data/string.h-data b/conform/data/string.h-data index 0403c2e328..365a5377a7 100644 --- a/conform/data/string.h-data +++ b/conform/data/string.h-data @@ -1,4 +1,4 @@ -constant NULL +macro-constant NULL == 0 type size_t #if defined XOPEN2K8 || defined POSIX2008 @@ -61,8 +61,13 @@ function size_t strxfrm (char*, const char*, size_t) function size_t strxfrm_l (char*, const char*, size_t, locale_t) #endif +#if !defined ISO && !defined ISO99 && !defined ISO11 allow-header stddef.h +#endif -allow str* -allow wcs* +allow str[abcdefghijklmnopqrstuvwxyz]* +allow mem[abcdefghijklmnopqrstuvwxyz]* +allow wcs[abcdefghijklmnopqrstuvwxyz]* +#if !defined ISO && !defined ISO99 && !defined ISO11 allow *_t +#endif -- cgit 1.4.1