Commit 8510313d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

signals: Remove a false warning about no return value.

This was reverted before. Yet, there is no use keeping that false warning, or wait until gcc is fixed.
parent 74673f8f
......@@ -118,4 +118,5 @@ 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