Epoll#dup and Epoll#clone inherit close-on-exec
commita226d237666728ea9242f6079b2c76528d53cdb2
authorEric Wong <normalperson@yhbt.net>
Sun, 26 Sep 2010 02:46:51 +0000 (26 02:46 +0000)
committerEric Wong <normalperson@yhbt.net>
Sun, 26 Sep 2010 02:53:04 +0000 (26 02:53 +0000)
tree44a04f643cecf78dc6ffaae2979732569f63143a
parent3ca3a23d3e68f62af6d57cf22825b2751c226fff
Epoll#dup and Epoll#clone inherit close-on-exec

There can be ways (in the future) where supporting
Epoll#dup/Epoll#clone can proveuseful, so continue to
support them until proven otherwise.
ext/sleepy_penguin/epoll.c
test/test_epoll.rb