diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-12-03 15:21:28 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-12-03 15:21:28 +0000 |
commit | e3d6dba5dfe2e125b15ea1dd36c8dfa373bb4956 (patch) | |
tree | 56ff1bfda930a80e8569b453b8aa86f28ffc93f3 /ChangeLog | |
parent | 28a91e8f65eb00d3bd9dd1edcdca439f66128b74 (diff) | |
download | glibc-e3d6dba5dfe2e125b15ea1dd36c8dfa373bb4956.tar.gz glibc-e3d6dba5dfe2e125b15ea1dd36c8dfa373bb4956.tar.xz glibc-e3d6dba5dfe2e125b15ea1dd36c8dfa373bb4956.zip |
Fix linknamespace getdate_err handling.
Some linknamespace tests were failing because of references to getdate_err. References to this symbol should be allowed for XPG4 and later XSI standards; it was missing from the whitelist of data symbols. This patch adds it to that list. Tested for x86_64. * conform/list-header-symbols.pl (%extra_syms): Add getdate_err for XPG4, UNIX98, XOPEN2K and XOPEN2K8. * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace): Remove variable. (test-xfail-XOPEN2K/time.h/linknamespace): Likewise. (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise. (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c5ea3a223b..b064598548 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2014-12-03 Joseph Myers <joseph@codesourcery.com> + + * conform/list-header-symbols.pl (%extra_syms): Add getdate_err + for XPG4, UNIX98, XOPEN2K and XOPEN2K8. + * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace): + Remove variable. + (test-xfail-XOPEN2K/time.h/linknamespace): Likewise. + (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise. + (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise. + 2014-12-02 Joseph Myers <joseph@codesourcery.com> * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace): |