diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2007-10-13 08:31:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-13 12:41:03 -0400 |
commit | a55444494db35c55bd7cdefcc4af3e6863ac7a0e (patch) | |
tree | e803d6e4c73884070762d77c96bbc1daf874367a /include/asm-m68k/unistd.h | |
parent | 3d83a2a501f4e525286f179c905ebd440471c137 (diff) |
m68k: ignore restart_syscall
m68k: ignore restart_syscall, which is not needed on m68k.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-m68k/unistd.h')
-rw-r--r-- | include/asm-m68k/unistd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-m68k/unistd.h b/include/asm-m68k/unistd.h index a30fe9c64143..87f77b119317 100644 --- a/include/asm-m68k/unistd.h +++ b/include/asm-m68k/unistd.h | |||
@@ -351,6 +351,9 @@ | |||
351 | #define __ARCH_WANT_SYS_SIGPROCMASK | 351 | #define __ARCH_WANT_SYS_SIGPROCMASK |
352 | #define __ARCH_WANT_SYS_RT_SIGACTION | 352 | #define __ARCH_WANT_SYS_RT_SIGACTION |
353 | 353 | ||
354 | /* whitelist for checksyscalls */ | ||
355 | #define __IGNORE_restart_syscall | ||
356 | |||
354 | /* | 357 | /* |
355 | * "Conditional" syscalls | 358 | * "Conditional" syscalls |
356 | * | 359 | * |