1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

ia64: sifaction.h: change sa_flags to an int

This fixes the conform test for the sigaction.h header and makes it match
all the other arches.
This commit is contained in:
Mike Frysinger
2015-07-21 22:40:25 -04:00
parent 15fdf937b4
commit 1a5cb6c7d5
2 changed files with 8 additions and 1 deletions

View File

@ -40,7 +40,8 @@ struct sigaction
#endif
/* Special flags. */
unsigned long int sa_flags;
int __glibc_reserved0;
int sa_flags;
/* Additional set of signals to be blocked. */
__sigset_t sa_mask;