libuv/include
Fedor Indutny 731adacad2 unix: use select() for specific fds on OS X
kqueue(2) on osx doesn't work (emits EINVAL error) with specific fds
(i.e. /dev/tty, /dev/null, etc). When given such descriptors - start
select(2) watcher thread that will emit io events.
2012-12-09 15:43:08 +01:00
..
uv-private unix: use select() for specific fds on OS X 2012-12-09 15:43:08 +01:00
uv.h unix: add uv_cancel() 2012-12-09 15:12:42 +01:00