From: Corinna Vinschen Date: Thu, 12 Nov 2015 10:52:02 +0000 (+0100) Subject: Add comment to explain previous patch X-Git-Tag: cygwin-2_3_1-relase~16 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=4998ac43411001a4757537b0312443493cf69112;p=newlib-cygwin.git Add comment to explain previous patch Signed-off-by: Corinna Vinschen --- diff --git a/winsup/cygwin/init.cc b/winsup/cygwin/init.cc index c6f0e3de9..9dabf5f5a 100644 --- a/winsup/cygwin/init.cc +++ b/winsup/cygwin/init.cc @@ -57,6 +57,8 @@ munge_threadfunc () { char *threadfunc = NULL; + /* This call to NtQueryInformationThread crashes under WOW64 on + 64 bit XP and Server 2003. */ if (wincap.wow64_has_secondary_stack ()) threadfunc = ebp[threadfunc_ix[0]]; else