nginx/src
Ruslan Ermilov 5c17030671 Events: use eventfd() instead of syscall(SYS_eventfd) if possible.
This fixes --with-file-aio support on systems that lack eventfd()
syscall, notably aarch64 Linux.

The syscall(SYS_eventfd) may still be necessary on systems that
have eventfd() syscall in the kernel but lack it in glibc, e.g.
as seen in the current CentOS 5 release.
2014-05-23 16:37:05 +04:00
..
core Configure: the --build= option. 2014-05-20 16:10:07 +04:00
event Events: use eventfd() instead of syscall(SYS_eventfd) if possible. 2014-05-23 16:37:05 +04:00
http Upstream: fix tries check in ip_hash. 2014-05-23 13:47:05 +04:00
mail Mail: output client port number on client connects (ticket #531). 2014-05-22 00:16:17 +04:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Events: use eventfd() instead of syscall(SYS_eventfd) if possible. 2014-05-23 16:37:05 +04:00