Commit 3c55f6d8 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

signals: Return NULL at SigThread end.

parent 8dc5af51
......@@ -118,4 +118,7 @@ static void *SigThread (void *data)
pthread_sigmask (SIG_UNBLOCK, &set, NULL);
for (;;)
pause ();
/* Not reached */
return NULL;
}
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