mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
* sysdeps/unix/sysv/linux/mips/kernel_sigaction.h (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG. * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and restore_rt functions. Use them.
* sysdeps/unix/sysv/linux/mips/kernel_sigaction.h (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG. * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and restore_rt functions. Use them.
This commit is contained in:
@ -23,7 +23,7 @@ struct old_kernel_sigaction {
|
||||
|
||||
|
||||
#define _KERNEL_NSIG 128
|
||||
#define _KERNEL_NSIG_BPW 32
|
||||
#define _KERNEL_NSIG_BPW _MIPS_SZLONG
|
||||
#define _KERNEL_NSIG_WORDS (_KERNEL_NSIG / _KERNEL_NSIG_BPW)
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user