]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.0.7-2004-07-05-23:53:02 import
authorIgor Sysoev <igor@sysoev.ru>
Mon, 5 Jul 2004 19:53:02 +0000 (19:53 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 5 Jul 2004 19:53:02 +0000 (19:53 +0000)
src/event/modules/ngx_kqueue_module.c

index 8039c3d587f965f241678e1a35334895b57360f6..61bf43b581576949836aabfa0d4e1ad61f635999 100644 (file)
@@ -369,7 +369,7 @@ static ngx_int_t ngx_kqueue_process_events(ngx_cycle_t *cycle)
     for ( ;; ) {
         timer = ngx_event_find_timer();
 
-#if (NGX_THREADS)
+#if (NGX_THREADS0)
         if (timer == NGX_TIMER_ERROR) {
             return NGX_ERROR;
         }