From: RĂ©mi Denis-Courmont Date: Sat, 24 Jul 2010 10:43:56 +0000 (+0300) Subject: Do not override signal functions for the time being X-Git-Tag: 1.2.0-pre1~5688 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=de68b12937589cdcbe5143f162dabd7654969362 Do not override signal functions for the time being --- diff --git a/bin/override.c b/bin/override.c index 2385f2b273..ac9e14cddd 100644 --- a/bin/override.c +++ b/bin/override.c @@ -201,6 +201,7 @@ int rand (void) } +#if 0 /** Signals **/ #include @@ -252,6 +253,7 @@ error: LOG("Blocked", "%d, %p, %p", signum, act, old); return -1; } +#endif /*** Locales ***