mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
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.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#ifdef XOPEN2K
|
||||
#if defined XOPEN2K || defined POSIX2008 || defined XOPEN2K8
|
||||
macro TCP_NODELAY
|
||||
|
||||
allow TCP_*
|
||||
|
Reference in New Issue
Block a user