diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-05-19 14:35:41 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-05-19 14:35:41 +0000 |
commit | 4c9695fa8eff5072d319adf8eab35329172394d1 (patch) | |
tree | a5e04c42f0245c19a3a1fd66b5a98fc40e43527a /conform/Makefile | |
parent | b3d7eaf10a604786aa19c64b4a56303c821c46a1 (diff) | |
download | glibc-4c9695fa8eff5072d319adf8eab35329172394d1.tar.gz glibc-4c9695fa8eff5072d319adf8eab35329172394d1.tar.xz glibc-4c9695fa8eff5072d319adf8eab35329172394d1.zip |
conformtest: Correct search.h expectations for XPG3.
This patch corrects some conformtest expectations for search.h for XPG3. Tested for x86_64 and x86. * conform/data/search.h-data (insque): Do not expect for [XPG3]. (remque): Likewise. * conform/Makefile (test-xfail-XPG3/search.h/conform): Remove variable.
Diffstat (limited to 'conform/Makefile')
-rw-r--r-- | conform/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conform/Makefile b/conform/Makefile index 6c7b683ec2..eb64e0e802 100644 --- a/conform/Makefile +++ b/conform/Makefile @@ -166,7 +166,6 @@ test-xfail-XOPEN2K8/ndbm.h/conform = yes test-xfail-XPG3/ftw.h/conform = yes test-xfail-XPG3/limits.h/conform = yes test-xfail-XPG3/pwd.h/conform = yes -test-xfail-XPG3/search.h/conform = yes test-xfail-XPG3/signal.h/conform = yes test-xfail-XPG3/sys/wait.h/conform = yes test-xfail-XPG4/arpa/inet.h/conform = yes |