Merge pull request #23 from travislee8964/master

fix NGX_EXCLUSIVE_EVENT compile error on linux 4.5+ and glibc 2.24+
dev
logwang 2017-06-01 13:00:12 +08:00 committed by GitHub
commit b40d69985a
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ if [ $ngx_found = yes ]; then
ee.events = EPOLLIN|EPOLLEXCLUSIVE;
ee.data.ptr = NULL;
epoll_ctl(efd, EPOLL_CTL_ADD, fd, &ee)"
. auto/feature
# . auto/feature
fi