[vlc-commits] commit: Do not override signal functions for the time being ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Sat Jul 24 12:45:27 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jul 24 13:43:56 2010 +0300| [de68b12937589cdcbe5143f162dabd7654969362] | committer: Rémi Denis-Courmont 

Do not override signal functions for the time being

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de68b12937589cdcbe5143f162dabd7654969362
---

 bin/override.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/override.c b/bin/override.c
index 2385f2b..ac9e14c 100644
--- a/bin/override.c
+++ b/bin/override.c
@@ -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 ***



More information about the vlc-commits mailing list