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

Revert "signals: Return NULL at SigThread end."

This reverts commit 3c55f6d8.

This is dead code (which does generate a warning!!!)
parent 8c243091
......@@ -118,7 +118,4 @@ 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