This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] S/390: xfail test POSIX/signal.h


Hi,

on S390x the conformance test conform/POSIX/signal.h/conform.out is failing, due to incorrect type.
The member sa_flags in struct sigaction on s390x is defined
as unsigned long instead of int due to the kernel struct.
On other platforms, sa_flags is also unsigned long: ia64, sparc, hppa.

Bye

---
2014-03-14  Stefan Liebler  <stli@linux.vnet.ibm.com>

	* sysdeps/s390/s390-64/Makefile
	(test-xfail-POSIX/signal.h/conform): New Variable.
---

Attachment: patchglibcconftestsaflags
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]