diff options
Diffstat (limited to 'gdb/terminal.h')
-rw-r--r-- | gdb/terminal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/terminal.h b/gdb/terminal.h index 73be02f6bf4..6786f513611 100644 --- a/gdb/terminal.h +++ b/gdb/terminal.h @@ -22,12 +22,12 @@ /* If we're using autoconf, it will define HAVE_TERMIOS_H, - HAVE_TERMIO_H and HAVE_SGTTY_H for us. One day we can rewrite + HAVE_TERMIO_H and HAVE_SGTTY_H for us. One day we can rewrite ser-unix.c and inflow.c to inspect those names instead of HAVE_TERMIOS, HAVE_TERMIO and the implicit HAVE_SGTTY (when neither HAVE_TERMIOS or HAVE_TERMIO is set). Until then, make sure that nothing has already defined the one of the names, and do the right - thing. */ + thing. */ #if !defined (HAVE_TERMIOS) && !defined(HAVE_TERMIO) && !defined(HAVE_SGTTY) #if defined(HAVE_TERMIOS_H) |