summaryrefslogtreecommitdiff
path: root/kernel/sys.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@digeo.com>2003-05-25 01:12:37 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-05-25 01:12:37 -0700
commitfb39f360f4dc671e1f7843c64fa4624aa945841d (patch)
treed95dbcf9be965d33e67908ba37fb79af119888f8 /kernel/sys.c
parente8c0de6e726047aff99ae1519b07d449476d1a7a (diff)
[PATCH] CONFIG_EPOLL
From: Christopher Hoover <ch@murgatroid.com> Here's a patch to drop some more text/data/bss out of 2.5. This time the ``victim'' is eventpollfs (epoll).
Diffstat (limited to 'kernel/sys.c')
-rw-r--r--kernel/sys.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/sys.c b/kernel/sys.c
index a4d19c51b00e..5c2c439ae6bc 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -228,6 +228,9 @@ cond_syscall(sys_recvmsg)
cond_syscall(sys_socketcall)
cond_syscall(sys_futex)
cond_syscall(compat_sys_futex)
+cond_syscall(sys_epoll_create)
+cond_syscall(sys_epoll_ctl)
+cond_syscall(sys_epoll_wait)
static int set_one_prio(struct task_struct *p, int niceval, int error)
{