Kgio.poll restarts on interrupt
commit537e4c341137a45330e28376e8f29da7df44808f
authorEric Wong <normalperson@yhbt.net>
Thu, 5 May 2011 02:26:38 +0000 (4 19:26 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 5 May 2011 02:26:38 +0000 (4 19:26 -0700)
treef0219be01788f3c1b11c2f3221e9e2a64ec8a7b7
parentf2a3998e0c0f63ad14acf5ccc0141fc6cdce24e3
Kgio.poll restarts on interrupt

This changes our semantics, but it's unlikely anybody
relies on EINTR right now...
ext/kgio/broken_system_compat.h [new file with mode: 0644]
ext/kgio/extconf.rb
ext/kgio/poll.c
test/test_poll.rb