mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 01:00:07 +00:00
9e6e128d14
The conformtest tests for sys/types.h for XPG3 and XPG4 fail because of missing blksize_t. This is a bug in the expectations; that type is not part of those standards. This patch stops the tests from expecting it, and some other types that also are not part of XPG3 and XPG4. Tested for x86_64 and x86. * conform/data/sys/types.h-data (blkcnt_t): Do not expect for [XPG3 || XPG4]. (blksize_t): Likewise. (clockid_t): Likewise. * conform/Makefile (test-xfail-XPG3/sys/types.h/conform): Remove variable. (test-xfail-XPG4/sys/types.h/conform): Likewise. |
||
---|---|---|
.. | ||
ipc.h-data | ||
mman.h-data | ||
msg.h-data | ||
resource.h-data | ||
select.h-data | ||
sem.h-data | ||
shm.h-data | ||
socket.h-data | ||
stat.h-data | ||
statvfs.h-data | ||
time.h-data | ||
timeb.h-data | ||
times.h-data | ||
types.h-data | ||
uio.h-data | ||
un.h-data | ||
utsname.h-data | ||
wait.h-data |