We are making POSIX signal support a requirement.
[mmh] / uip / slocal.c
index 086fac3..9f2e54b 100644 (file)
@@ -1203,10 +1203,6 @@ usr_pipe(int fd, char *cmd, char *pgm, char **vec, int suppress)
 static void
 alrmser(int i)
 {
 static void
 alrmser(int i)
 {
-#ifndef RELIABLE_SIGNALS
-       SIGNAL(SIGALRM, alrmser);
-#endif
-
        longjmp(myctx, DONE);
 }
 
        longjmp(myctx, DONE);
 }