Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-04-25 18:59:49 +0400
committerChristopher Faylor <me@cgf.cx>2001-04-25 18:59:49 +0400
commitedc4bfd9da3792082055413387974f4224cb8120 (patch)
treeb191c2baa59f7cc0f252945eb4dc665e3cbe07c7 /winsup/cygwin/child_info.h
parentfeae8d0eabee708677d062b4809cc2408df1b554 (diff)
* include/cygwin/version.h: Bump minor version number.
* childinfo.h: Bump child structure 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 b9a466dda..5c9904e61 100644
--- a/winsup/cygwin/child_info.h
+++ b/winsup/cygwin/child_info.h
@@ -12,7 +12,7 @@ details. */
enum
{
- PROC_MAGIC = 0xaf0ef000,
+ PROC_MAGIC = 0xaf0ff000,
PROC_FORK = PROC_MAGIC + 1,
PROC_EXEC = PROC_MAGIC + 2,
PROC_SPAWN = PROC_MAGIC + 3,