mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
s/typedef serial_t/struct serial */
This commit is contained in:
@@ -825,7 +825,7 @@ print_sys_errmsg (char *string, int errcode)
|
||||
void
|
||||
quit (void)
|
||||
{
|
||||
serial_t gdb_stdout_serial = serial_fdopen (1);
|
||||
struct serial *gdb_stdout_serial = serial_fdopen (1);
|
||||
|
||||
target_terminal_ours ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user