From e3778517d9c6409c9c917db83ccac20de1800a29 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 28 May 2004 19:50:07 +0000 Subject: * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it starts with a drive. Also perform whitespace cleanup. --- winsup/cygwin/tty.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'winsup/cygwin/tty.cc') diff --git a/winsup/cygwin/tty.cc b/winsup/cygwin/tty.cc index e374acb7c..eea5ec42e 100644 --- a/winsup/cygwin/tty.cc +++ b/winsup/cygwin/tty.cc @@ -325,19 +325,19 @@ tty::alive (const char *fmt) return ev != NULL; } -HANDLE +HANDLE tty::open_output_mutex () { return open_mutex (OUTPUT_MUTEX); -} +} HANDLE tty::open_input_mutex () { return open_mutex (INPUT_MUTEX); -} +} -HANDLE +HANDLE tty::open_mutex (const char *mutex) { char buf[CYG_MAX_PATH]; -- cgit v1.2.3