diff options
author | Christopher Faylor <me@cgf.cx> | 2012-03-21 17:23:57 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-03-21 17:23:57 +0000 |
commit | d8a7ac6d189ae26347c06f2858b71529e4e8b9e2 (patch) | |
tree | ed6130c0da020ffb3a46fcaae893c313656e8194 /winsup/cygwin/child_info.h | |
parent | b7d95b5bb5d62be24509256b486dd34285490e04 (diff) | |
download | newlib-d8a7ac6d189ae26347c06f2858b71529e4e8b9e2.zip newlib-d8a7ac6d189ae26347c06f2858b71529e4e8b9e2.tar.gz newlib-d8a7ac6d189ae26347c06f2858b71529e4e8b9e2.tar.bz2 |
* child_info.h: Reset magic number.
Diffstat (limited to 'winsup/cygwin/child_info.h')
-rw-r--r-- | winsup/cygwin/child_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h index cfe1e46..36aac8e 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 |