aboutsummaryrefslogtreecommitdiff
path: root/gdb/inflow.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-07-11 17:52:32 +0000
committerAndrew Cagney <cagney@redhat.com>2001-07-11 17:52:32 +0000
commit819cc324665b3ac1842b105d906308f7ab692a76 (patch)
treee3784018165b88ebe8ba4a17ac651815ac705f9d /gdb/inflow.c
parent30120c466956627fbfdc64dde2e6415a9986e7d1 (diff)
downloadfsf-binutils-gdb-819cc324665b3ac1842b105d906308f7ab692a76.zip
fsf-binutils-gdb-819cc324665b3ac1842b105d906308f7ab692a76.tar.gz
fsf-binutils-gdb-819cc324665b3ac1842b105d906308f7ab692a76.tar.bz2
s/typedef serial_t/struct serial */
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r--gdb/inflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c
index 28ebf7d..f24704d 100644
--- a/gdb/inflow.c
+++ b/gdb/inflow.c
@@ -70,7 +70,7 @@ static void terminal_ours_1 (int);
/* Record terminal status separately for debugger and inferior. */
-static serial_t stdin_serial;
+static struct serial *stdin_serial;
/* TTY state for the inferior. We save it whenever the inferior stops, and
restore it when it resumes. */