kqueue: remove timeout handling for nevents==0
commit33985d31bd01b32f6264ec7d87f40dcbb0c924be
authorEric Wong <normalperson@yhbt.net>
Fri, 3 May 2013 01:12:14 +0000 (3 01:12 +0000)
committerEric Wong <normalperson@yhbt.net>
Fri, 3 May 2013 01:12:14 +0000 (3 01:12 +0000)
tree24c65cb0135e545decbb3f021b4f63db7865720a
parent1ba2600636f9080792408e134acc4c8f226d0930
kqueue: remove timeout handling for nevents==0

The underlying kevent() itself already bypasses the timeout
if nevents==0 (so it is impossible to emulate a sleep function
with kevent()).
ext/sleepy_penguin/kqueue.c