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)
commita6ad1ebfcad259e9b8ba60c32ab04437e328f54a
tree1a24abdc06cbdc0d617c1a83f6e8b768e9e3fba1
parent5a984d7cfa6cc8d7d57c83d12e439d9015564761
Never use epoll_create1; fixes trac #5005
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.
System/Event/EPoll.hsc
configure.ac