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] Change CURR_SHARED_MAGIC to account for getloadavg patch


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

commit b5b03d2d5f109bd0d68ea221074da94fef9fcdad
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Mar 28 13:41:31 2017 +0200

    Change CURR_SHARED_MAGIC to account for getloadavg patch
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

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

diff --git a/winsup/cygwin/shared_info.h b/winsup/cygwin/shared_info.h
index d03844d..f331a3a 100644
--- a/winsup/cygwin/shared_info.h
+++ b/winsup/cygwin/shared_info.h
@@ -33,7 +33,7 @@ public:
 /* Data accessible to all tasks */
 
 
-#define CURR_SHARED_MAGIC 0x8fe4d9eeU
+#define CURR_SHARED_MAGIC 0x9b1c0f25U
 
 #define USER_VERSION   1


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