comparison src/event/ngx_event.c @ 4759:4c36e15651f7

Fixed compilation with -Wmissing-prototypes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jul 2012 15:09:54 +0000
parents 9ee20e074a2e
children b0b93b2a1f8a
comparison
equal deleted inserted replaced
4758:1f908d2dde8d 4759:4c36e15651f7
565 } 565 }
566 566
567 567
568 #if !(NGX_WIN32) 568 #if !(NGX_WIN32)
569 569
570 void 570 static void
571 ngx_timer_signal_handler(int signo) 571 ngx_timer_signal_handler(int signo)
572 { 572 {
573 ngx_event_timer_alarm = 1; 573 ngx_event_timer_alarm = 1;
574 574
575 #if 1 575 #if 1