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) ...@@ -201,6 +201,7 @@ int rand (void)
} }
#if 0
/** Signals **/ /** Signals **/
#include <signal.h> #include <signal.h>
...@@ -252,6 +253,7 @@ error: ...@@ -252,6 +253,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