Oops, ignore SIGALRM, not 0
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40862
This commit is contained in:
parent
a967e79e6b
commit
2de7499a4e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue