diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-09-24 06:20:35 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-09-24 13:54:19 -0700 |
commit | a7f8388e2c167c73b6abb3b749157aafd08f90ee (patch) | |
tree | 361a61b35ee04b0684eb984d415ef121f1e751f8 /arch/m32r/include/asm/unistd.h | |
parent | a850ea30374ebed32a0724742601861853fde869 (diff) | |
download | op-kernel-dev-a7f8388e2c167c73b6abb3b749157aafd08f90ee.zip op-kernel-dev-a7f8388e2c167c73b6abb3b749157aafd08f90ee.tar.gz |
m32r: fix rt_sigsuspend()
do_signal() should know about saved_mask for it to work...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m32r/include/asm/unistd.h')
-rw-r--r-- | arch/m32r/include/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m32r/include/asm/unistd.h b/arch/m32r/include/asm/unistd.h index 7612577..c705456 100644 --- a/arch/m32r/include/asm/unistd.h +++ b/arch/m32r/include/asm/unistd.h @@ -351,6 +351,7 @@ #define __ARCH_WANT_SYS_OLD_GETRLIMIT /*will be unused*/ #define __ARCH_WANT_SYS_OLDUMOUNT #define __ARCH_WANT_SYS_RT_SIGACTION +#define __ARCH_WANT_SYS_RT_SIGSUSPEND #define __IGNORE_lchown #define __IGNORE_setuid |