comparison src/event/ngx_event.c @ 4798:29928279ec9f stable-1.2

Merge of r4760, r4761: -Wmissing-prototypes. Fixed compilation with -Wmissing-prototypes. Added a commented out -Wmissing-prototypes to CFLAGS. It is commented out to not break builds with 3rd party modules.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 17:07:28 +0000
parents ba2c7463ce18
children b0b93b2a1f8a
comparison
equal deleted inserted replaced
4797:d1cea70248c7 4798:29928279ec9f
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