diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-03-06 17:43:46 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-03-06 17:43:46 +0000 |
commit | 81700b5363919f5dfa05f7cea7a3edde3cc1c92c (patch) | |
tree | 030fa3df7fd5ec2ace0c08a5206a5735bb4a9b15 /conform/data/sys | |
parent | 2ea18461d3d38818ab1874b9d8951724393fe4fe (diff) | |
download | glibc-81700b5363919f5dfa05f7cea7a3edde3cc1c92c.tar glibc-81700b5363919f5dfa05f7cea7a3edde3cc1c92c.tar.gz glibc-81700b5363919f5dfa05f7cea7a3edde3cc1c92c.tar.bz2 glibc-81700b5363919f5dfa05f7cea7a3edde3cc1c92c.zip |
conformtest: correct set of standards for which more headers are tested.
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.
Diffstat (limited to 'conform/data/sys')
-rw-r--r-- | conform/data/sys/timeb.h-data | 2 | ||||
-rw-r--r-- | conform/data/sys/uio.h-data | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conform/data/sys/timeb.h-data b/conform/data/sys/timeb.h-data index dbae045bd5..08ae3c0932 100644 --- a/conform/data/sys/timeb.h-data +++ b/conform/data/sys/timeb.h-data @@ -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 diff --git a/conform/data/sys/uio.h-data b/conform/data/sys/uio.h-data index da606b8f3f..06cea074cd 100644 --- a/conform/data/sys/uio.h-data +++ b/conform/data/sys/uio.h-data @@ -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 |