libuv/src
Michael Hudson-Doyle 861de3d71d linux: try epoll_pwait if epoll_wait is missing
It seems that epoll_wait is implemented in glibc in terms of epoll_pwait and
new architectures (like arm64) do not implement the epoll_wait syscall at all.
So if epoll_wait errors with ENOSYS, just call epoll_pwait.
2014-09-17 00:25:46 +02:00
..
unix linux: try epoll_pwait if epoll_wait is missing 2014-09-17 00:25:46 +02:00
win windows: properly close the default loop 2014-09-15 21:34:09 +02:00
fs-poll.c unix: replace some asserts with returning errors 2014-08-11 18:42:48 +02:00
heap-inl.h heap: fix heap_remove() 2014-05-23 20:04:42 +04:00
inet.c unix, windows: fix parsing scoped IPv6 addresses 2014-05-25 23:30:46 +02:00
queue.h queue: strengthen type checks 2013-11-02 13:55:57 +01:00
threadpool.c windows: don't use atexit for cleaning up the threadpool 2014-07-28 09:38:57 +02:00
uv-common.c unix, windows: move includes for EAI constants 2014-08-21 21:31:02 +02:00
uv-common.h fs: introduce uv_readdir_next() and report types 2014-08-14 17:19:45 +04:00
version.c version: add ability to specify a version suffix 2014-09-11 20:58:41 +02:00