diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-11 17:09:20 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-01-07 08:06:59 -0500 |
commit | 710e91e455caf5cfec02892d667b41f312ec166c (patch) | |
tree | 9e6f3d5c3dcb387809cab3cbc04060768b8a75db /arch/m68k | |
parent | bf814b45d560b22e8657ca44d0ae6941ab9d8d36 (diff) |
m68knommu: Switch to saner sigsuspend
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/include/asm/unistd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include/asm/unistd.h index b95acb9e7068..26d851d385bb 100644 --- a/arch/m68k/include/asm/unistd.h +++ b/arch/m68k/include/asm/unistd.h | |||
@@ -373,9 +373,7 @@ | |||
373 | #define __ARCH_WANT_SYS_SIGPENDING | 373 | #define __ARCH_WANT_SYS_SIGPENDING |
374 | #define __ARCH_WANT_SYS_SIGPROCMASK | 374 | #define __ARCH_WANT_SYS_SIGPROCMASK |
375 | #define __ARCH_WANT_SYS_RT_SIGACTION | 375 | #define __ARCH_WANT_SYS_RT_SIGACTION |
376 | #ifndef __uClinux__ | ||
377 | #define __ARCH_WANT_SYS_RT_SIGSUSPEND | 376 | #define __ARCH_WANT_SYS_RT_SIGSUSPEND |
378 | #endif | ||
379 | 377 | ||
380 | /* | 378 | /* |
381 | * "Conditional" syscalls | 379 | * "Conditional" syscalls |