]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly main.c.~46~
authorRoland McGrath <roland@redhat.com>
Fri, 5 Jun 1992 01:04:07 +0000 (01:04 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 5 Jun 1992 01:04:07 +0000 (01:04 +0000)
main.c

diff --git a/main.c b/main.c
index e0a274aa1a076036378399aebadbaedda7d88b21..e5c7ad43bcdfd23fd5d97a65a025c706481d9d3a 100644 (file)
--- a/main.c
+++ b/main.c
@@ -390,6 +390,8 @@ main (argc, argv, envp)
   FATAL_SIG (SIGHUP);
   FATAL_SIG (SIGQUIT);
   FATAL_SIG (SIGINT);
+  FATAL_SIG (SIGTERM);
+
   FATAL_SIG (SIGILL);
   FATAL_SIG (SIGTRAP);
   FATAL_SIG (SIGIOT);
@@ -400,10 +402,13 @@ main (argc, argv, envp)
   FATAL_SIG (SIGDANGER);
 #endif
   FATAL_SIG (SIGFPE);
+#ifdef SIGBUS
   FATAL_SIG (SIGBUS);
+#endif
   FATAL_SIG (SIGSEGV);
+#ifdef SIGSYS
   FATAL_SIG (SIGSYS);
-  FATAL_SIG (SIGTERM);
+#endif
 #ifdef SIGXCPU
   FATAL_SIG (SIGXCPU);
 #endif