mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
import gdb-1999-08-16 snapshot
This commit is contained in:
@@ -189,7 +189,9 @@ get_tty_settings (tty, tiop)
|
||||
int tty;
|
||||
TIOTYPE *tiop;
|
||||
{
|
||||
#if defined (TIOCGWINSZ)
|
||||
set_winsize (tty);
|
||||
#endif
|
||||
|
||||
tiop->flags = tiop->lflag = 0;
|
||||
|
||||
@@ -388,7 +390,9 @@ get_tty_settings (tty, tiop)
|
||||
{
|
||||
int ioctl_ret;
|
||||
|
||||
#if defined (TIOCGWINSZ)
|
||||
set_winsize (tty);
|
||||
#endif
|
||||
|
||||
while (1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user