diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-05-13 16:57:09 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-05-13 16:57:09 +0000 |
commit | 8142262bc5f14bf83fd67f654298500eed45aeee (patch) | |
tree | 72c4ee0fa749b376a9181cb8f361e142c31f97c9 /ChangeLog | |
parent | 4facca0b0e0c99601673056352cd695102872828 (diff) | |
download | glibc-8142262bc5f14bf83fd67f654298500eed45aeee.zip glibc-8142262bc5f14bf83fd67f654298500eed45aeee.tar.gz glibc-8142262bc5f14bf83fd67f654298500eed45aeee.tar.bz2 |
conformtest: Do not expect strdup in string.h for XPG3.
This patch corrects a spurious conformtest expectation of strdup in
string.h for XPG3.
Tested for x86_64 and x86.
* conform/data/string.h-data (strdup): Do not expect for [XPG3].
* conform/Makefile (test-xfail-XPG3/string.h/conform): Remove
variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2016-05-13 Joseph Myers <joseph@codesourcery.com> + + * conform/data/string.h-data (strdup): Do not expect for [XPG3]. + * conform/Makefile (test-xfail-XPG3/string.h/conform): Remove + variable. + 2016-05-13 H.J. Lu <hongjiu.lu@intel.com> [BZ #20072] |