Ignore a.out.DSYM (this file sometims shows up when using the debugger)
[mmh] / uip / post.c
index 419b86c..6429cb4 100644 (file)
@@ -1611,13 +1611,9 @@ do_text (char *file, int fd)
  * SIGNAL HANDLING
  */
 
-static RETSIGTYPE
+static void
 sigser (int i)
 {
-#ifndef RELIABLE_SIGNALS
-    SIGNAL (i, SIG_IGN);
-#endif
-
     unlink (tmpfil);
     if (msgflags & MINV)
        unlink (bccfil);