r3808 - trunk/src/target/gsm/src/gsmd

erin_yueh at sita.openmoko.org erin_yueh at sita.openmoko.org
Thu Jan 10 06:19:36 CET 2008


Author: erin_yueh
Date: 2008-01-10 06:19:34 +0100 (Thu, 10 Jan 2008)
New Revision: 3808

Modified:
   trunk/src/target/gsm/src/gsmd/gsmd.c
Log:
gsmd: remove SIGSEGV handler (Sean Chiang)


Modified: trunk/src/target/gsm/src/gsmd/gsmd.c
===================================================================
--- trunk/src/target/gsm/src/gsmd/gsmd.c	2008-01-10 05:14:53 UTC (rev 3807)
+++ trunk/src/target/gsm/src/gsmd/gsmd.c	2008-01-10 05:19:34 UTC (rev 3808)
@@ -365,7 +365,6 @@
 
 	signal(SIGTERM, sig_handler);
 	signal(SIGINT, sig_handler);
-	signal(SIGSEGV, sig_handler);
 	signal(SIGUSR1, sig_handler);
 	signal(SIGALRM, sig_handler);
 	





More information about the commitlog mailing list