summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
diff options
context:
space:
mode:
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);