libuv/src
Ben Noordhuis 1d8332f7e6 linux: fix epoll_pwait() fallback on arm64
arm64 doesn't have a epoll_wait() system call but a logic error stopped
libuv from falling back to epoll_pwait().

This bug was introduced in commit 67bb2b5 ("linux: fix epoll_pwait()
regression with < 2.6.19") which sadly exchanged one regression for
another.

PR-URL: https://github.com/libuv/libuv/pull/308
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-04-07 15:07:28 +02:00
..
unix linux: fix epoll_pwait() fallback on arm64 2015-04-07 15:07:28 +02:00
win windows: fix handle leak on EMFILE 2015-03-20 10:09:49 +01:00
fs-poll.c memory: add uv_replace_allocator 2015-03-05 20:02:16 +01: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 memory: add uv_replace_allocator 2015-03-05 20:02:16 +01:00
uv-common.c memory: add uv_replace_allocator 2015-03-05 20:02:16 +01:00
uv-common.h memory: add uv_replace_allocator 2015-03-05 20:02:16 +01:00
version.c Now working on v0.10.31 2014-12-09 19:49:50 +01:00