X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d45c3d28d788129428036fd7f26fa417beccd93e..6a68057d8ef48bef3ee752741a53a629a2840e68:/uip/mhlsbr.c diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index ed8c477b..4cd3770e 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -1447,10 +1447,6 @@ putch (char ch) static void intrser (int i) { -#ifndef RELIABLE_SIGNALS - SIGNAL (SIGINT, intrser); -#endif - discard (stdout); putchar ('\n'); longjmp (env, DONE); @@ -1460,10 +1456,6 @@ intrser (int i) static void pipeser (int i) { -#ifndef RELIABLE_SIGNALS - SIGNAL (SIGPIPE, pipeser); -#endif - done (NOTOK); } @@ -1471,10 +1463,6 @@ pipeser (int i) static void quitser (int i) { -#ifndef RELIABLE_SIGNALS - SIGNAL (SIGQUIT, quitser); -#endif - putchar ('\n'); fflush (stdout); done (NOTOK);