summaryrefslogtreecommitdiffhomepage
path: root/auto/os/linux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/os/linux1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/os/linux b/auto/os/linux
index c93226757..132ce3b42 100644
--- a/auto/os/linux
+++ b/auto/os/linux
@@ -44,6 +44,7 @@ ngx_feature_test="int efd = 0;
struct epoll_event ee;
ee.events = EPOLLIN|EPOLLOUT|EPOLLET;
ee.data.ptr = NULL;
+ (void) ee;
efd = epoll_create(100);
if (efd == -1) return 1;"
. auto/feature