Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2019-02-28 18:55:39 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-02-28 18:55:39 +0300
commit495ae418919af8b4295e519ef18a002a68c04d8e (patch)
treeb2f0a3db871cccc84bd39ee180c0a7226b406cc1
parent639645a2fd753f29ed9693b7c34f015c01de1741 (diff)
Cygwin: wincap: fix copy/paste bug
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/wincap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/wincap.cc b/winsup/cygwin/wincap.cc
index 7e381f420..78cc41133 100644
--- a/winsup/cygwin/wincap.cc
+++ b/winsup/cygwin/wincap.cc
@@ -239,7 +239,7 @@ wincaps wincap_10_1809 __attribute__((section (".cygwin_dll_common"), shared)) =
has_posix_unlink_semantics:true,
has_case_sensitive_dirs:true,
has_posix_rename_semantics:true,
- no_msv1_0_s4u_logon_in_wow64:true,
+ no_msv1_0_s4u_logon_in_wow64:false,
},
};