public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] compat signalfd and timerfd are cond syscalls.
@ 2007-05-11 23:02 Heiko Carstens
  0 siblings, 0 replies; only message in thread
From: Heiko Carstens @ 2007-05-11 23:02 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Davide Libenzi, linux-kernel

From: Heiko Carstens <heiko.carstens@de.ibm.com>

Add missing cond_syscall statements for compat_sys_signalfd
and compat_sys_timerfd.

Cc: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---

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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-05-11 23:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-11 23:02 [patch] compat signalfd and timerfd are cond syscalls Heiko Carstens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox