This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Clarify setting of child_info::msv_count in child_info.h


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2a18fb4b94584e230531cf642270adcfc49c10cd

commit 2a18fb4b94584e230531cf642270adcfc49c10cd
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Sat Jun 25 10:21:13 2016 +0200

    Clarify setting of child_info::msv_count in child_info.h
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/child_info.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h
index 39059bb..5c449e1 100644
--- a/winsup/cygwin/child_info.h
+++ b/winsup/cygwin/child_info.h
@@ -53,7 +53,7 @@ struct cchildren
 class child_info
 {
 public:
-  DWORD msv_count;	// set to pseudo-count on Vista, zeroed otherwise
+  DWORD msv_count;	// set to pseudo-count on Vista WOW64, zeroed otherwise
   DWORD cb;		// size of this record
   DWORD intro;		// improbable string
   DWORD magic;		// magic number unique to child_info


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]