Commit d0c3b82d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Really handle sigwait() errors

parent 6b371a65
...@@ -100,7 +100,7 @@ static void *SigThread (void *data) ...@@ -100,7 +100,7 @@ static void *SigThread (void *data)
do do
{ {
sigwait (&set, &signum); while (sigwait (&set, &signum));
#ifdef __APPLE__ #ifdef __APPLE__
/* In Mac OS X up to 10.5 sigwait (among others) is not a pthread /* In Mac OS X up to 10.5 sigwait (among others) is not a pthread
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment