mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
* terminal.h (create_tty_session): Fix return type.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2008-04-28 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* terminal.h (create_tty_session): Fix return type.
|
||||
|
||||
2008-04-26 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
* mi/mi-interp.c (mi_new_thread): Quote the thread id.
|
||||
|
@ -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. */
|
||||
|
Reference in New Issue
Block a user