Send commitlog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r3808 - trunk/src/target/gsm/src/gsmd
      ([EMAIL PROTECTED])
--- Begin Message ---
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);
        




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to