[patch] compat signalfd and timerfd are cond syscalls.

From: Heiko Carstens
Date: Fri May 11 2007 - 19:03:35 EST


From: Heiko Carstens <heiko.carstens@xxxxxxxxxx>

Add missing cond_syscall statements for compat_sys_signalfd
and compat_sys_timerfd.

Cc: Davide Libenzi <davidel@xxxxxxxxxxxxxxx>
Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx>
---

Index: linux-2.6/kernel/sys_ni.c
===================================================================
--- linux-2.6.orig/kernel/sys_ni.c
+++ linux-2.6/kernel/sys_ni.c
@@ -145,4 +145,6 @@ cond_syscall(sys_ioprio_get);
/* New file descriptors */
cond_syscall(sys_signalfd);
cond_syscall(sys_timerfd);
+cond_syscall(compat_sys_signalfd);
+cond_syscall(compat_sys_timerfd);
cond_syscall(sys_eventfd);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/