aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-03-14 07:49:05 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-03-14 07:49:05 +0000
commit84c63a7648f20ff21858ffc97434fd7b2b1954ff (patch)
treeab2e766f6e307b23701dbaf52d38c0e881ad4c03 /sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
parent44bc0afbe410cc5cffc2a9f8ab5ae03d8ec96590 (diff)
downloadglibc-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.h2
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 {