Never use epoll_create1; fixes trac #5005
authorIan Lynagh <igloo@earth.li>
Sat, 12 Mar 2011 21:14:26 +0000 (21:14 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 12 Mar 2011 21:14:26 +0000 (21:14 +0000)
There is little benefit to using epoll_create1 (especially if we still
have the epoll_create code too), and it cuases problems if people build
a GHC binary on one machine and try to use it on another.


No differences found