diff options
author | Christopher Faylor <me@cgf.cx> | 2004-09-12 18:10:15 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-09-12 18:10:15 +0000 |
commit | 3d65bb97e8510a2b0d7d7d7474768feb43fcbf29 (patch) | |
tree | df0a8383c1fdf7135f95f0638af011008f1b2faf /winsup/cygwin/child_info.h | |
parent | 013688df40153a6e8ed4d4d6011d89c9bf438a3b (diff) | |
download | newlib-3d65bb97e8510a2b0d7d7d7474768feb43fcbf29.zip newlib-3d65bb97e8510a2b0d7d7d7474768feb43fcbf29.tar.gz newlib-3d65bb97e8510a2b0d7d7d7474768feb43fcbf29.tar.bz2 |
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
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 66676ca..3088bea 100644 --- a/winsup/cygwin/child_info.h +++ b/winsup/cygwin/child_info.h @@ -29,7 +29,7 @@ enum #define EXEC_MAGIC_SIZE sizeof(child_info) -#define CURR_CHILD_INFO_MAGIC 0xefaed2a6U +#define CURR_CHILD_INFO_MAGIC 0x19c16fb6U /* NOTE: Do not make gratuitous changes to the names or organization of the below class. The layout is checksummed to determine compatibility between |