Menu

#908 libcurl on interix should not use poll()

closed-fixed
libcurl (356)
5
2013-06-21
2010-03-02
Markus Duft
No

on interix, libcurl works fine, as long as it does not use poll(). the problem is, that interix does provide poll(), but the implementing developer must have been in a bad mood, because poll() only works on the /proc filesystem here... *argh*.

a simple patch makes things work again: set disallow_poll=ye for interix too. i attached a patch for it. would be great if you could accept it, i guess it won't do any harm ;)

Discussion

  • Markus Duft

    Markus Duft - 2010-03-02

    make curl work on interix, disable poll()

     
  • Daniel Stenberg

    Daniel Stenberg - 2010-03-02

    Thanks for the report, this problem is now fixed in CVS!

     
  • Daniel Stenberg

    Daniel Stenberg - 2010-03-02
    • status: open --> closed-fixed