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
|
else
|
||||||
{
|
{
|
||||||
#if defineed(SA_INTERRUPT)
|
#if defined(SA_INTERRUPT)
|
||||||
sa_int.sa_flags |= SA_INTERRUPT;
|
sa_int.sa_flags |= SA_INTERRUPT;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user