mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
In FreeBSD 13, eventfd(2) was added, and this breaks build with --test-build-epoll and without --with-file-aio. Fix is to move eventfd(2) detection to auto/os/linux, as it is used only on Linux as a notification mechanism for epoll().