X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d45c3d28d788129428036fd7f26fa417beccd93e..01943d78230ead5bcc568e8a87d3cdbaac1f5584:/uip/rcvtty.c diff --git a/uip/rcvtty.c b/uip/rcvtty.c index 6c08dae2..5a3093be 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -207,10 +207,6 @@ main (int argc, char **argv) static void alrmser (int i) { -#ifndef RELIABLE_SIGNALS - SIGNAL (SIGALRM, alrmser); -#endif - longjmp (myctx, 1); }