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 855f4a26d..a0c7df3f3 100644 --- a/winsup/cygwin/path.h +++ b/winsup/cygwin/path.h @@ -302,7 +302,7 @@ int path_prefix_p (const char *path1, const char *path2, int len1, bool is_floppy (const char *); int normalize_win32_path (const char *, char *, char *&); int normalize_posix_path (const char *, char *, char *&); -PUNICODE_STRING get_nt_native_path (const char *, UNICODE_STRING&); +PUNICODE_STRING get_nt_native_path (const char *, UNICODE_STRING&, bool) __attribute__ ((regparm (3))); /* FIXME: Move to own include file eventually */ |