added sigsetmask(0) before abort(). DLW
authorDavid Wasley <dlw@ucbvax.Berkeley.EDU>
Sat, 29 Oct 1983 02:29:27 +0000 (18:29 -0800)
committerDavid Wasley <dlw@ucbvax.Berkeley.EDU>
Sat, 29 Oct 1983 02:29:27 +0000 (18:29 -0800)
SCCS-vsn: usr.bin/f77/libI77/err.c 1.11

usr/src/usr.bin/f77/libI77/err.c

index 3eb75b7..5773480 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
-char id_err[] = "@(#)err.c     1.10";
+char id_err[] = "@(#)err.c     1.11";
  *
  * file i/o error and initialization routines
  */
  *
  * file i/o error and initialization routines
  */
@@ -96,6 +96,7 @@ fatal(n,s) char *s;
        _cleanup();
 #if    vax
        signal(SIGILL, SIG_DFL);
        _cleanup();
 #if    vax
        signal(SIGILL, SIG_DFL);
+       sigsetmask(0);
 #else  pdp11
        signal(SIGIOT, SIG_DFL);
 #endif
 #else  pdp11
        signal(SIGIOT, SIG_DFL);
 #endif