libuv/include
Ben Noordhuis 0ddf9d6b98 Revert "unix: use select() for specific fds on OS X"
This reverts commit 5da380a5ca.

Contains a bug that effectively makes the select() thread busy-loop. The file
descriptor is polled for both reading and writing, regardless of what events
the main thread wants to receive. Fixing that requires proper synchronization
between the two threads.

See #614.
2012-11-04 01:23:12 +01:00
..
uv-private Revert "unix: use select() for specific fds on OS X" 2012-11-04 01:23:12 +01:00
uv.h unix, windows: fix several error messages 2012-11-01 14:49:21 +01:00