* [PATCH] fix epoll_pwait when EPOLL=n
@ 2006-10-16 16:01 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2006-10-16 16:01 UTC (permalink / raw)
To: bugzilla; +Cc: lkml, akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
Fixes http://bugzilla.kernel.org/show_bug.cgi?id=7371
sys_epoll_pwait needs to be listed as a conditional (weak)
entry point for CONFIG_EPOLL=n.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
kernel/sys_ni.c | 1 +
1 file changed, 1 insertion(+)
--- linux-2619-rc2-pv.orig/kernel/sys_ni.c
+++ linux-2619-rc2-pv/kernel/sys_ni.c
@@ -49,6 +49,7 @@ cond_syscall(compat_sys_get_robust_list)
cond_syscall(sys_epoll_create);
cond_syscall(sys_epoll_ctl);
cond_syscall(sys_epoll_wait);
+cond_syscall(sys_epoll_pwait);
cond_syscall(sys_semget);
cond_syscall(sys_semop);
cond_syscall(sys_semtimedop);
---
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-16 16:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-16 16:01 [PATCH] fix epoll_pwait when EPOLL=n Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®