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-03-21 21:23:57 +0400
committerChristopher Faylor <me@cgf.cx>2012-03-21 21:23:57 +0400
commitd8a7ac6d189ae26347c06f2858b71529e4e8b9e2 (patch)
treeed6130c0da020ffb3a46fcaae893c313656e8194 /winsup/cygwin/child_info.h
parentb7d95b5bb5d62be24509256b486dd34285490e04 (diff)
* child_info.h: Reset magic number.
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 cfe1e46fc..36aac8ed1 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 0x10f103a4U
+#define CURR_CHILD_INFO_MAGIC 0xca644850U
#define NPROCS 256