]> git.sesse.net Git - vlc/blobdiff - bin/override.c
Do not override signal functions for the time being
[vlc] / bin / override.c
index 2385f2b27321b35b97e058f7d5b7b3cc333662c9..ac9e14cddd5bf98be6ad55e8726dc007a53868fd 100644 (file)
@@ -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 ***