fixed a typeing mistake
This commit is contained in:
parent
0b286a7e2a
commit
47bec1e857
@ -184,7 +184,7 @@ static int setsignal (int sig, void(*handler)(int), int restart)
|
||||
}
|
||||
else
|
||||
{
|
||||
#if defineed(SA_INTERRUPT)
|
||||
#if defined(SA_INTERRUPT)
|
||||
sa_int.sa_flags |= SA_INTERRUPT;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user