forked from Minki/linux
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>
This commit is contained in:
parent
3d83a2a501
commit
a55444494d
@ -351,6 +351,9 @@
|
||||
#define __ARCH_WANT_SYS_SIGPROCMASK
|
||||
#define __ARCH_WANT_SYS_RT_SIGACTION
|
||||
|
||||
/* whitelist for checksyscalls */
|
||||
#define __IGNORE_restart_syscall
|
||||
|
||||
/*
|
||||
* "Conditional" syscalls
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user