diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-04-30 15:35:18 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-04-30 15:35:18 +0000 |
commit | 9a461d467f56a16e199d4c23d3e327eb886035af (patch) | |
tree | 98f4b53d9a04f35bd4743dff022ada3519f1e506 /ChangeLog | |
parent | 57f41c40973e5baf1946e9773fddf064972974e0 (diff) | |
download | glibc-9a461d467f56a16e199d4c23d3e327eb886035af.tar.gz glibc-9a461d467f56a16e199d4c23d3e327eb886035af.tar.xz glibc-9a461d467f56a16e199d4c23d3e327eb886035af.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c4f11a4628..60aa5a7c28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2014-04-30 Joseph Myers <joseph@codesourcery.com> + + * 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. + 2014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias. |