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

Do not override signal functions for the time being

(cherry picked from commit de68b12937589cdcbe5143f162dabd7654969362)
parent 42034874
...@@ -185,6 +185,7 @@ int rand (void) ...@@ -185,6 +185,7 @@ int rand (void)
} }
#if 0
/** Signals **/ /** Signals **/
#include <signal.h> #include <signal.h>
...@@ -234,6 +235,7 @@ error: ...@@ -234,6 +235,7 @@ error:
LOG("Blocked", "%d, %p, %p", signum, act, old); LOG("Blocked", "%d, %p, %p", signum, act, old);
return -1; return -1;
} }
#endif
/*** Locales *** /*** 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