forked from Imagelibrary/binutils-gdb
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user