Commit 18ed8d72 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Revert "signals: Remove a false warning about no return value."

This reverts commit 8510313d.

Don't commit late things, without reading the justification.

This is generating dead code, and produce a warning on newer gcc version for that.
parent 47b98264
......@@ -118,5 +118,4 @@ static void *SigThread (void *data)
pthread_sigmask (SIG_UNBLOCK, &set, NULL);
for (;;)
pause ();
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