Merged in latest RS6000 diffs from Metin G. Ozisik.

This commit is contained in:
Per Bothner 1992-03-29 22:33:35 +00:00
parent be78a1301f
commit 1eeba68641
19 changed files with 607 additions and 120 deletions

View file

@ -1216,6 +1216,10 @@ init_signals ()
if (signal (SIGHUP, do_nothing) != SIG_IGN)
signal (SIGHUP, disconnect);
signal (SIGFPE, float_handler);
#if defined(SIGWINCH) && defined(SIGWINCH_HANDLER)
signal (SIGWINCH, SIGWINCH_HANDLER);
#endif
}
/* Read one line from the command input stream `instream'