Skip to content
  • Ian Lynagh's avatar
    Never use epoll_create1; fixes trac #5005 · 04f4b124
    Ian Lynagh authored
    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.
    04f4b124