projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d83a2a
)
m68k: ignore restart_syscall
author
Geert Uytterhoeven
<
[email protected]
>
Sat, 13 Oct 2007 12:31:26 +0000
(14:31 +0200)
committer
Linus Torvalds
<
[email protected]
>
Sat, 13 Oct 2007 16:41:03 +0000
(09:41 -0700)
m68k: ignore restart_syscall, which is not needed on m68k.
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/asm-m68k/unistd.h
patch
|
blob
|
history
diff --git
a/include/asm-m68k/unistd.h
b/include/asm-m68k/unistd.h
index a30fe9c64143e4d5505b9c85adabf30074c85888..87f77b11931772245001d68e10ea863d3de446eb 100644
(file)
--- a/
include/asm-m68k/unistd.h
+++ b/
include/asm-m68k/unistd.h
@@
-351,6
+351,9
@@
#define __ARCH_WANT_SYS_SIGPROCMASK
#define __ARCH_WANT_SYS_RT_SIGACTION
+/* whitelist for checksyscalls */
+#define __IGNORE_restart_syscall
+
/*
* "Conditional" syscalls
*