]> git.marmaro.de Git - mmh/blobdiff - uip/prompter.c
We are making POSIX signal support a requirement; remove all support for
[mmh] / uip / prompter.c
index 872d7423c62a847b29a2a354fd4a072e5740708a..a016c1f17ad3d20adc2c93b6e48c6664e6ddc317 100644 (file)
@@ -396,10 +396,6 @@ getln (char *buffer, int n)
 static void
 intrser (int i)
 {
-#ifndef        RELIABLE_SIGNALS
-    SIGNAL (SIGINT, intrser);
-#endif
-
     if (wtuser)
        longjmp (sigenv, NOTOK);
     sigint++;