From dfe9d3099da0bce5fad45576e81d7c203f543c3d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 5 May 1998 13:33:37 +0000 Subject: Tue May 5 09:30:25 1998 Christopher Faylor * gdbtk.c (_initialize_gdbtk): Use correct device names in cygwin-specific calls (cosmetic change). --- gdb/gdbtk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/gdbtk.c') diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c index 7a3c319..d7a2638 100644 --- a/gdb/gdbtk.c +++ b/gdb/gdbtk.c @@ -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; -- cgit v1.1