git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5206a79
)
[PATCH] fix epoll_pwait when EPOLL=n
author
Randy Dunlap
<randy.dunlap@oracle.com>
Mon, 16 Oct 2006 16:01:46 +0000
(09:01 -0700)
committer
Linus 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