]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Also install handler for SIGTRAP.
authorUlrich Drepper <drepper@redhat.com>
Tue, 21 Mar 2000 04:53:40 +0000 (04:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 21 Mar 2000 04:53:40 +0000 (04:53 +0000)
sysdeps/generic/segfault.c

index 41e3aa54d8d1cc4de72aaa2c4d82cdc7f190160a..30da438b323b905b715fc5b49a803c6f773e2962 100644 (file)
@@ -1,5 +1,5 @@
 /* Catch segmentation faults and print backtrace.
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -231,6 +231,7 @@ install_handler (void)
 #endif
       INSTALL_FOR_SIG (SIGABRT, "abrt");
       INSTALL_FOR_SIG (SIGFPE, "fpe");
+      INSTALL_FOR_SIG (SIGTRAP, "trap");
     }
 
   /* Preserve the output file name if there is any given.  */