]> git.marmaro.de Git - mmh/blobdiff - uip/prompter.c
Default to fcntl locking for AIX, Cygwin, and Linux. Without it
[mmh] / uip / prompter.c
index 872d7423c62a847b29a2a354fd4a072e5740708a..981e8201b4f378a9e97383e9a03dd07e3f7a273a 100644 (file)
@@ -396,9 +396,7 @@ getln (char *buffer, int n)
 static void
 intrser (int i)
 {
 static void
 intrser (int i)
 {
-#ifndef        RELIABLE_SIGNALS
-    SIGNAL (SIGINT, intrser);
-#endif
+    NMH_UNUSED (i);
 
     if (wtuser)
        longjmp (sigenv, NOTOK);
 
     if (wtuser)
        longjmp (sigenv, NOTOK);