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. |
||
|---|---|---|
| .. | ||
| eio | ||
| ev | ||
| linux | ||
| async.c | ||
| core.c | ||
| cygwin.c | ||
| darwin.c | ||
| dl.c | ||
| error.c | ||
| freebsd.c | ||
| fs.c | ||
| internal.h | ||
| kqueue.c | ||
| loop-watcher.c | ||
| loop.c | ||
| netbsd.c | ||
| openbsd.c | ||
| pipe.c | ||
| poll.c | ||
| process.c | ||
| stream.c | ||
| sunos.c | ||
| tcp.c | ||
| thread.c | ||
| timer.c | ||
| tty.c | ||
| udp.c | ||
| uv-eio.c | ||
| uv-eio.h | ||