Merged in latest RS6000 diffs from Metin G. Ozisik.
This commit is contained in:
parent
be78a1301f
commit
1eeba68641
19 changed files with 607 additions and 120 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue