From 83ba5ed2ecc1ca06971639e4e2c7325aaa8e5101 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 4 Mar 2015 18:26:25 +0300 Subject: Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation. It's mostly dead code and the original idea of worker threads has been rejected. --- src/event/modules/ngx_poll_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/event/modules/ngx_poll_module.c') diff --git a/src/event/modules/ngx_poll_module.c b/src/event/modules/ngx_poll_module.c index bad1a7d2a..3617afb95 100644 --- a/src/event/modules/ngx_poll_module.c +++ b/src/event/modules/ngx_poll_module.c @@ -413,7 +413,7 @@ ngx_poll_init_conf(ngx_cycle_t *cycle, void *conf) return NGX_CONF_OK; } -#if (NGX_THREADS) +#if (NGX_OLD_THREADS) ngx_log_error(NGX_LOG_EMERG, cycle->log, 0, "poll() is not supported in the threaded mode"); -- cgit