patch applied (packages/base): Never use epoll_create1; fixes trac #5005

Ian Lynagh igloo at earth.li
Sat Mar 12 23:00:21 CET 2011


Sat Mar 12 13:14:26 PST 2011  Ian Lynagh <igloo at earth.li>
  * 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.

    M ./System/Event/EPoll.hsc -11
    M ./configure.ac -1 +1

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=packages/base;a=darcs_commitdiff;h=20110312211426-3fd76-035cb855face9aef277b81e3ef76cf24c2f8872c.gz



More information about the Cvs-libraries mailing list