diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-25 21:45:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-25 21:45:52 +0000 |
commit | eaa2a12a443bdc8fe2e8a1512e721d7589c047a9 (patch) | |
tree | bdef236d894aac1e846df1e0f0ec1ee114e1b066 | |
parent | 1b3fc99e0f575aa6e05fb2780c24f6d99f917174 (diff) | |
download | gunmake-eaa2a12a443bdc8fe2e8a1512e721d7589c047a9.tar.gz |
Formerly main.c.~49~
-rw-r--r-- | main.c | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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 |