mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
Oops, ignore SIGALRM, not 0
This commit is contained in:
@@ -141,7 +141,7 @@ void SDL_InstallParachute(void)
|
||||
sigaction(SIGALRM, NULL, &action);
|
||||
if ( action.sa_handler == SIG_DFL ) {
|
||||
action.sa_handler = SIG_IGN;
|
||||
sigaction(SDL_fatal_signals[i], &action, NULL);
|
||||
sigaction(SIGALRM, &action, NULL);
|
||||
}
|
||||
#endif
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user