mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Merged in latest RS6000 diffs from Metin G. Ozisik.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user