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:
authorChristopher Faylor <me@cgf.cx>2012-05-15 03:29:03 +0400
committerChristopher Faylor <me@cgf.cx>2012-05-15 03:29:03 +0400
commit8f55341ea1bf9811aac237bf5defb0f102c62be6 (patch)
tree4962e1fe02ca898e9459aa52970df7541eda2ff4 /winsup/cygwin/child_info.h
parent3de7be4c1debaa8fcd27f8fc15509179fdb37b9f (diff)
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
Diffstat (limited to 'winsup/cygwin/child_info.h')
-rw-r--r--winsup/cygwin/child_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h
index ea23fc21e..eac40c247 100644
--- a/winsup/cygwin/child_info.h
+++ b/winsup/cygwin/child_info.h
@@ -35,7 +35,7 @@ enum child_status
#define EXEC_MAGIC_SIZE sizeof(child_info)
/* Change this value if you get a message indicating that it is out-of-sync. */
-#define CURR_CHILD_INFO_MAGIC 0xca644850U
+#define CURR_CHILD_INFO_MAGIC 0xf1378eabU
#define NPROCS 256