diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/bits')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/bits/sigaction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/bits/sigaction.h b/sysdeps/unix/sysv/linux/s390/bits/sigaction.h index f8baf84..b60b8f8 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); |