diff options
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r-- | winsup/cygwin/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h index 01c965752..4c7f2c0e2 100644 --- a/winsup/cygwin/path.h +++ b/winsup/cygwin/path.h @@ -139,7 +139,7 @@ struct cwdstuff void fixup_after_exec (char *win32, char *posix, DWORD hash); bool get_initial (); void copy (char * &posix_cwd, char * &win32_cwd, DWORD hash_cwd); - void set (char *win32_cwd); + void set (const char *win32_cwd, const char *posix_cwd = NULL); }; extern cwdstuff cygcwd; |