]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
conformtest: correct set of standards for which more headers are tested.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 6 Mar 2014 17:43:46 +0000 (17:43 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 6 Mar 2014 17:43:46 +0000 (17:43 +0000)
Continuing the corrections to which headers conformtest tests for
which standards, this patch corrects conformtest mistakes regarding
which headers to test for the remaining standards (XOPEN2K POSIX2008
XOPEN2K8).  Tested x86_64.

2014-03-05  Joseph Myers  <joseph@codesourcery.com>

* conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
whole file.
* conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
whole file.
* conform/data/sys/uio.h-data [POSIX2008]: Likewise.
* conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.

ChangeLog
conform/data/netinet/tcp.h-data
conform/data/sys/timeb.h-data
conform/data/sys/uio.h-data
conform/data/ucontext.h-data

index ce0e9a367f044809021f8dcfdf6f357c49de77be..89b40c8c88eb9f2da92ce84a5e9905760fd855ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
 
+       * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
+       whole file.
+       * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
+       whole file.
+       * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
+       * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
+
        * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
        * conform/data/arpa/inet.h-data [XPG3]: Likewise.
        * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
index 2084478d2b96dba62d4732f209544e5266c8bed7..298808780d8b6cf836521bc3263ad4692896f669 100644 (file)
@@ -1,4 +1,4 @@
-#ifdef XOPEN2K
+#if defined XOPEN2K || defined POSIX2008 || defined XOPEN2K8
 macro TCP_NODELAY
 
 allow TCP_*
index dbae045bd5aa967aef102bbe5f040159d80a886e..08ae3c09326421aa31bbb29a66ca3f2448c34973 100644 (file)
@@ -1,4 +1,4 @@
-#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3
+#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3 && !defined POSIX2008 && !defined XOPEN2K8
 type {struct timeb}
 
 element {struct timeb} time_t time
index da606b8f3f5c0bc3b834c45f96459f4e8c0407a8..06cea074cdd0cef2dbdc7a03838c1366393c12a1 100644 (file)
@@ -1,4 +1,4 @@
-#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3
+#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3 && !defined POSIX2008
 type {struct iovec}
 
 element {struct iovec} {void*} iov_base
index 93e9c1ed5129c5894d793b539ca189f252d820e7..dc2f4cb0da576a04fce19a8043db6ac2d7c920b7 100644 (file)
@@ -1,4 +1,4 @@
-#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3
+#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3 && !defined POSIX2008 && !defined XOPEN2K8
 type mcontext_t
 
 type ucontext_t