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

Do not override signal functions for the time being

parent 7f93109e
......@@ -201,6 +201,7 @@ int rand (void)
}
#if 0
/** Signals **/
#include <signal.h>
......@@ -252,6 +253,7 @@ error:
LOG("Blocked", "%d, %p, %p", signum, act, old);
return -1;
}
#endif
/*** Locales ***
......
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