From a2d86bf1ec3208e838156be8b90e3790946948f4 Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Mon, 24 Mar 2014 16:34:49 +0100 Subject: S390: Correct type of sa_flags in struct sigaction for POSIX conformance (BZ #16713). --- sysdeps/unix/sysv/linux/s390/bits/sigaction.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/s390/bits/sigaction.h') diff --git a/sysdeps/unix/sysv/linux/s390/bits/sigaction.h b/sysdeps/unix/sysv/linux/s390/bits/sigaction.h index f8baf84c43..b60b8f8ec4 100644 --- a/sysdeps/unix/sysv/linux/s390/bits/sigaction.h +++ b/sysdeps/unix/sysv/linux/s390/bits/sigaction.h @@ -43,7 +43,8 @@ struct sigaction #endif /* Special flags. */ - unsigned long int sa_flags; + int __glibc_reserved0; + int sa_flags; /* Restore handler. */ void (*sa_restorer) (void); -- cgit 1.4.1