summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/child_info.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-03-21 17:23:57 +0000
committerChristopher Faylor <me@cgf.cx>2012-03-21 17:23:57 +0000
commitd8a7ac6d189ae26347c06f2858b71529e4e8b9e2 (patch)
treeed6130c0da020ffb3a46fcaae893c313656e8194 /winsup/cygwin/child_info.h
parentb7d95b5bb5d62be24509256b486dd34285490e04 (diff)
downloadcygnal-d8a7ac6d189ae26347c06f2858b71529e4e8b9e2.tar.gz
cygnal-d8a7ac6d189ae26347c06f2858b71529e4e8b9e2.tar.bz2
cygnal-d8a7ac6d189ae26347c06f2858b71529e4e8b9e2.zip
* 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