[newlib-cygwin] Drop accidentally leftover comment from wincapc::init
Corinna Vinschen
corinna@sourceware.org
Fri Jun 24 14:36:00 GMT 2016
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b15d129559cad52b13cb6c54fbe19a78031b7411
commit b15d129559cad52b13cb6c54fbe19a78031b7411
Author: Corinna Vinschen <corinna@vinschen.de>
Date: Tue Dec 15 16:12:34 2015 +0100
Drop accidentally leftover comment from wincapc::init
Diff:
---
winsup/cygwin/wincap.cc | 3 ---
1 file changed, 3 deletions(-)
diff --git a/winsup/cygwin/wincap.cc b/winsup/cygwin/wincap.cc
index 3d85ab9..2b8336d 100644
--- a/winsup/cygwin/wincap.cc
+++ b/winsup/cygwin/wincap.cc
@@ -149,9 +149,6 @@ wincapc::init ()
/* 64 bit systems have one more guard page than their 32 bit counterpart. */
++((wincaps *)caps)->def_guard_pages;
#else
- /* Windows 10 1511 has a stack move when a 64 bit process is started from
- a 32 bit process, just as it was vice versa in XP/2003. Reset the flag
- here for 32 bit. */
if (NT_SUCCESS (NtQueryInformationProcess (NtCurrentProcess (),
ProcessWow64Information,
&wow64, sizeof wow64, NULL))
More information about the Cygwin-cvs
mailing list