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

No differences found