diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 07:49:05 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 07:49:05 +0000 |
commit | 84c63a7648f20ff21858ffc97434fd7b2b1954ff (patch) | |
tree | ab2e766f6e307b23701dbaf52d38c0e881ad4c03 /sysdeps/unix/sysv/linux/mips/kernel_sigaction.h | |
parent | 44bc0afbe410cc5cffc2a9f8ab5ae03d8ec96590 (diff) | |
download | glibc-84c63a7648f20ff21858ffc97434fd7b2b1954ff.tar glibc-84c63a7648f20ff21858ffc97434fd7b2b1954ff.tar.gz glibc-84c63a7648f20ff21858ffc97434fd7b2b1954ff.tar.bz2 glibc-84c63a7648f20ff21858ffc97434fd7b2b1954ff.zip |
* 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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/kernel_sigaction.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/kernel_sigaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/kernel_sigaction.h b/sysdeps/unix/sysv/linux/mips/kernel_sigaction.h index 861866db9a..36d2667ec0 100644 --- a/sysdeps/unix/sysv/linux/mips/kernel_sigaction.h +++ b/sysdeps/unix/sysv/linux/mips/kernel_sigaction.h @@ -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 { |