summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/shared.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-05-15 03:42:27 +0000
committerChristopher Faylor <me@cgf.cx>2000-05-15 03:42:27 +0000
commit66aea0c52eb2c0a87ac838b557224102ae1521cc (patch)
treea76474a3b91df45124ef47588dedb5e11aaa4087 /winsup/cygwin/shared.h
parenta0c36771204b2fc40c259a04129255fd1d6fa36c (diff)
downloadcygnal-66aea0c52eb2c0a87ac838b557224102ae1521cc.tar.gz
cygnal-66aea0c52eb2c0a87ac838b557224102ae1521cc.tar.bz2
cygnal-66aea0c52eb2c0a87ac838b557224102ae1521cc.zip
* shared.h: Bump PROC_MAGIC.
* include/cygwin/version.h: Bump API minor to accomodate two recent exports.
Diffstat (limited to 'winsup/cygwin/shared.h')
-rw-r--r--winsup/cygwin/shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/shared.h b/winsup/cygwin/shared.h
index 8eb552a24..d4f9c5bfb 100644
--- a/winsup/cygwin/shared.h
+++ b/winsup/cygwin/shared.h
@@ -187,7 +187,7 @@ pinfo *__stdcall procinfo (int n);
enum
{
- PROC_MAGIC = 0xaf06f000,
+ PROC_MAGIC = 0xaf07f000,
PROC_FORK = PROC_MAGIC + 1,
PROC_EXEC = PROC_MAGIC + 2,
PROC_SPAWN = PROC_MAGIC + 3,