commit | 39af114377bf80d2a88e47be33d578d1fa9b0775 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Mon Oct 16 09:01:46 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Oct 16 09:14:05 2006 -0700 |
tree | 1aa272da4ee90868916c5c8b907d6d57145afbdd | |
parent | 5206a79d7b217c139116fc6faef55d1c0e65c800 [diff] |
[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>