From 9a461d467f56a16e199d4c23d3e327eb886035af Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 30 Apr 2014 15:35:18 +0000 Subject: conformtest: clean up POSIX expectations for stdlib.h, string.h. Continuing the series of patches to clean up conformtest expectations for "POSIX" (1995/6) based on review of the expectations against the standard, this patch cleans up expectations for stdlib.h and string.h. Tested x86_64; no new XFAILs needed. * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow header inclusion. [POSIX] (limits.h): Likewise. [POSIX] (math.h): Likewise. [POSIX] (sys/wait.h): Likewise. * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require function. [POSIX] (stddef.h): Do not allow header inclusion. --- conform/data/stdlib.h-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conform/data/stdlib.h-data') diff --git a/conform/data/stdlib.h-data b/conform/data/stdlib.h-data index 382fff66ba..abe296a2ab 100644 --- a/conform/data/stdlib.h-data +++ b/conform/data/stdlib.h-data @@ -177,7 +177,7 @@ function {void*} valloc (size_t) function size_t wcstombs (char*, const wchar_t*, size_t) function int wctomb (char*, wchar_t) -#if !defined ISO && !defined ISO99 && !defined ISO11 +#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX allow-header stddef.h allow-header limits.h allow-header math.h -- cgit v1.2.3