mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08:00
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.
15 lines
377 B
Plaintext
15 lines
377 B
Plaintext
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3 && !defined POSIX2008 && !defined XOPEN2K8
|
|
type {struct timeb}
|
|
|
|
element {struct timeb} time_t time
|
|
element {struct timeb} {unsigned short} millitm
|
|
element {struct timeb} short timezone
|
|
element {struct timeb} short dstflag
|
|
|
|
type time_t
|
|
|
|
function int ftime (struct timeb*)
|
|
|
|
allow *_t
|
|
#endif
|