summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-06-25 21:45:52 +0000
committerRoland McGrath <roland@redhat.com>1992-06-25 21:45:52 +0000
commiteaa2a12a443bdc8fe2e8a1512e721d7589c047a9 (patch)
treebdef236d894aac1e846df1e0f0ec1ee114e1b066 /main.c
parent1b3fc99e0f575aa6e05fb2780c24f6d99f917174 (diff)
downloadgunmake-eaa2a12a443bdc8fe2e8a1512e721d7589c047a9.tar.gz
Formerly main.c.~49~
Diffstat (limited to 'main.c')
-rw-r--r--main.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/main.c b/main.c
index 86ebdf6..a60b89b 100644
--- a/main.c
+++ b/main.c
@@ -390,23 +390,9 @@ main (argc, argv, envp)
FATAL_SIG (SIGINT);
FATAL_SIG (SIGTERM);
- FATAL_SIG (SIGILL);
- FATAL_SIG (SIGTRAP);
- FATAL_SIG (SIGIOT);
-#ifdef SIGEMT
- FATAL_SIG (SIGEMT);
-#endif
#ifdef SIGDANGER
FATAL_SIG (SIGDANGER);
#endif
- FATAL_SIG (SIGFPE);
-#ifdef SIGBUS
- FATAL_SIG (SIGBUS);
-#endif
- FATAL_SIG (SIGSEGV);
-#ifdef SIGSYS
- FATAL_SIG (SIGSYS);
-#endif
#ifdef SIGXCPU
FATAL_SIG (SIGXCPU);
#endif