libuv/src/unix/linux
Ben Noordhuis 27cd5f03ef linux: fix accept4() ENOSYS detection on i386
accept4() piggybacks on the socketcall() on i386. socketcall() has the flaw
that it returns EINVAL instead of ENOSYS when the operation is not supported.

The problem is that accept4() also returns EINVAL when its flag argument is
invalid.

Try to discern between the two failure cases to the best of our abilities.
2012-06-29 02:11:45 +02:00
..
core.c unix, test: make NANOSEC a 64 bits unsigned int 2012-06-07 17:00:01 +02:00
inotify.c unix: replace ev_io with uv__io_t 2012-05-23 03:42:32 +02:00
syscalls.c linux: fix accept4() ENOSYS detection on i386 2012-06-29 02:11:45 +02:00
syscalls.h linux: add eventfd and eventfd2 syscalls 2012-06-11 04:20:03 +02:00