mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
Tue May 5 09:30:25 1998 Christopher Faylor <cgf@cygnus.com>
* gdbtk.c (_initialize_gdbtk): Use correct device names in cygwin-specific calls (cosmetic change).
This commit is contained in:
parent
ca118edaff
commit
dfe9d3099d
@ -1,3 +1,8 @@
|
||||
Tue May 5 09:30:25 1998 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* gdbtk.c (_initialize_gdbtk): Use correct device names in
|
||||
cygwin-specific call (cosmetic change).
|
||||
|
||||
Wed Apr 29 15:53:16 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
|
||||
|
||||
* gdbtk.c (gdbtk_ignorable_warning): removed va_list parameter,
|
||||
|
@ -3319,10 +3319,10 @@ _initialize_gdbtk ()
|
||||
cygwin32_attach_handle_to_fd ("/dev/conin", 0,
|
||||
GetStdHandle (STD_INPUT_HANDLE),
|
||||
1, GENERIC_READ);
|
||||
cygwin32_attach_handle_to_fd ("/dev/conin", 1,
|
||||
cygwin32_attach_handle_to_fd ("/dev/conout", 1,
|
||||
GetStdHandle (STD_OUTPUT_HANDLE),
|
||||
0, GENERIC_WRITE);
|
||||
cygwin32_attach_handle_to_fd ("/dev/conin", 2,
|
||||
cygwin32_attach_handle_to_fd ("/dev/conout", 2,
|
||||
GetStdHandle (STD_ERROR_HANDLE),
|
||||
0, GENERIC_WRITE);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user