glibc/conform/data/sys
Joseph Myers 77d21a1f4f conformtest: Fix st_blksize, st_blocks expectations for XPG3, XPG4.
The conformtest expectations expect the struct stat fields st_blksize
and st_blocks to be of types blksize_t and blkcnt_t.  But XPG4 does
not have those types, using long instead, and XPG3 does not have these
fields at all.  This patch adjusts the expectations for those
standards, XFAILing them for XPG4 to allow for systems where the
typedefs don't correspond to long.

Tested for x86_64 and x86.

	* conform/data/sys/stat.h-data (st_blksize): Do not expect for
	[XPG3].  Expect type long and XFAIL for [XPG4].
	(st_blocks): Likewise.
2016-05-10 15:20:09 +00:00
..
ipc.h-data
mman.h-data
msg.h-data
resource.h-data
select.h-data conformtest: Fix pselect expectations. 2015-06-19 20:52:44 +00:00
sem.h-data
shm.h-data
socket.h-data
stat.h-data conformtest: Fix st_blksize, st_blocks expectations for XPG3, XPG4. 2016-05-10 15:20:09 +00:00
statvfs.h-data
time.h-data
timeb.h-data
times.h-data
types.h-data conformtest: Remove some bogus sys/types.h expectations for XPG3 and XPG4. 2016-05-09 21:10:10 +00:00
uio.h-data
un.h-data
utsname.h-data
wait.h-data