Cygwin: change CURR_CHILD_INFO_MAGIC according to previous patch

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2019-02-08 17:48:34 +01:00
parent 88605243a1
commit 7816cf3636
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,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 0x3ee00652U
#define CURR_CHILD_INFO_MAGIC 0xf4531879U
#define NPROCS 256