[PATCH] fix epoll_pwait when EPOLL=n
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 16 Oct 2006 16:01:46 +0000 (09:01 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 16 Oct 2006 16:14:05 +0000 (09:14 -0700)
commit39af114377bf80d2a88e47be33d578d1fa9b0775
tree1aa272da4ee90868916c5c8b907d6d57145afbdd
parent5206a79d7b217c139116fc6faef55d1c0e65c800
[PATCH] fix epoll_pwait when EPOLL=n

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>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sys_ni.c