Skip to content

Commit

Permalink
m68k: ignore restart_syscall
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Oct 13, 2007
1 parent 3d83a2a commit a554444
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/asm-m68k/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@
#define __ARCH_WANT_SYS_SIGPROCMASK
#define __ARCH_WANT_SYS_RT_SIGACTION

/* whitelist for checksyscalls */
#define __IGNORE_restart_syscall

/*
* "Conditional" syscalls
*
Expand Down

0 comments on commit a554444

Please sign in to comment.