summaryrefslogtreecommitdiff
path: root/gdb/terminal.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-04-29 00:52:26 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-04-29 00:52:26 +0000
commitaa36eafa4543ba4532b36b0afc285bbb2466d087 (patch)
tree53f28305fed5dd95a1abfac3b0049b86323efa37 /gdb/terminal.h
parentb912f8cb0412a58cf36b985134134696a40a7300 (diff)
downloadgdb-aa36eafa4543ba4532b36b0afc285bbb2466d087.tar.gz
* terminal.h (create_tty_session): Fix return type.
Diffstat (limited to 'gdb/terminal.h')
-rw-r--r--gdb/terminal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/terminal.h b/gdb/terminal.h
index 743be6c1dc0..d7a6a9f0524 100644
--- a/gdb/terminal.h
+++ b/gdb/terminal.h
@@ -82,7 +82,7 @@ extern void new_tty (void);
a given run of GDB. In inflow.c. */
extern int job_control;
-extern int create_tty_session (void);
+extern pid_t create_tty_session (void);
/* Set the process group of the caller to its own pid, or do nothing if
we lack job control. */