summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-06-16 17:09:19 +0000
committerChristopher Faylor <me@cgf.cx>2001-06-16 17:09:19 +0000
commit99a5bd2fab6ba7e81ffa3d0709199b75264a3651 (patch)
treef0fba41311108a8d0f33025cd6bee718e864d055 /winsup/cygwin/path.cc
parent947ab99ee964fe52e1c02f2d6e63e50bb533fcc0 (diff)
downloadcygnal-99a5bd2fab6ba7e81ffa3d0709199b75264a3651.tar.gz
cygnal-99a5bd2fab6ba7e81ffa3d0709199b75264a3651.tar.bz2
cygnal-99a5bd2fab6ba7e81ffa3d0709199b75264a3651.zip
* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actually
stopping. * fhandler_console.cc (fhandler_console::fixup_after_fork): Don't set controlling terminal if just inheriting a handle. (fhandler_console::fixup_after_exec): Ditto. * fhandler_tty.cc (fhandler_tty_slave::init): Ditto. * signal.cc (kill_worker): Set appropriate errno if proc_exists determines that process does not really exist.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 414efcf11..20c71f58f 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -2987,8 +2987,7 @@ getwd (char *buf)
}
/* chdir: POSIX 5.2.1.1 */
-extern "C"
-int
+extern "C" int
chdir (const char *in_dir)
{
int dir_error = check_null_empty_path (in_dir);