[PATCH] checksyscalls.sh: ignore restart_syscall

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: David Woodhouse <dwmw2@...>, Sam Ravnborg <sam@...>
Cc: Linux Kernel Development <linux-kernel@...>
Date: Sunday, September 9, 2007 - 5:34 am

checksyscalls.sh: ignore restart_syscall, which is not needed on m68k and
blackfin.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 scripts/checksyscalls.sh |    1 +
 1 file changed, 1 insertion(+)

--- a/scripts/checksyscalls.sh
+++ b/scripts/checksyscalls.sh
@@ -30,6 +30,7 @@ cat << EOF
 #endif
 
 /* i386-specific or historical system calls */
+#define __IGNORE_restart_syscall
 #define __IGNORE_break
 #define __IGNORE_stty
 #define __IGNORE_gtty

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] checksyscalls.sh: ignore restart_syscall, Geert Uytterhoeven, (Sun Sep 9, 5:34 am)
Re: [PATCH] checksyscalls.sh: ignore restart_syscall, Sam Ravnborg, (Sun Sep 9, 6:07 am)
Re: [PATCH] checksyscalls.sh: ignore restart_syscall, Geert Uytterhoeven, (Sun Sep 9, 2:45 pm)