diff options
author | Christopher Faylor <me@cgf.cx> | 2012-05-14 23:29:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-05-14 23:29:03 +0000 |
commit | 8f55341ea1bf9811aac237bf5defb0f102c62be6 (patch) | |
tree | 4962e1fe02ca898e9459aa52970df7541eda2ff4 | |
parent | 3de7be4c1debaa8fcd27f8fc15509179fdb37b9f (diff) | |
download | cygnal-8f55341ea1bf9811aac237bf5defb0f102c62be6.tar.gz cygnal-8f55341ea1bf9811aac237bf5defb0f102c62be6.tar.bz2 cygnal-8f55341ea1bf9811aac237bf5defb0f102c62be6.zip |
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/child_info.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index cc96c3394..1511306e5 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2012-05-14 Christopher Faylor <me.cygwin2012@cgf.cx> + * child_info.h (CURR_CHILD_INFO_MAGIC): Update. + +2012-05-14 Christopher Faylor <me.cygwin2012@cgf.cx> + * DevNotes: Add entry cgf-000007. * child_info.h (child_info_spawn::parent_winpid): Declare new field. (child_info_spawn::get_parent_handle): Declare new function. 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 |