diff options
author | root <root> | 2009-07-14 00:09:59 +0000 |
---|---|---|
committer | root <root> | 2009-07-14 00:09:59 +0000 |
commit | f3fcbd9b323e52b0a6522ec208c3e1dbabe2bf98 (patch) | |
tree | 4f9ab76b90215349996f97bd8de89bb6373ac0c5 /ev.c | |
parent | 9a4bdcd75ef07d4a9fee91d2dd3f9d4ac1c57580 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r-- | ev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2587,7 +2587,7 @@ ev_signal_start (EV_P_ ev_signal *w) #if _WIN32 signal (w->signum, ev_sighandler); #else - struct sigaction sa; + struct sigaction sa = { }; sa.sa_handler = ev_sighandler; sigfillset (&sa.sa_mask); sa.sa_flags = SA_RESTART; /* if restarting works we save one iteration */ |