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>2000-02-26 04:14:08 +0300
committerChristopher Faylor <me@cgf.cx>2000-02-26 04:14:08 +0300
commit6b3e6cd10052b943c1a6b0025ae3ed0f5dfb24fb (patch)
treebb25d64b7cab327a7ad120b53756fe56e00bcfc9
parent5d25dcfa3b790e8e851ae88cde57b5f45728cdc6 (diff)
Change fork/exec magic number.
-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 100eb2a15..7ec471666 100644
--- a/winsup/cygwin/shared.h
+++ b/winsup/cygwin/shared.h
@@ -188,7 +188,7 @@ pinfo *__stdcall procinfo (int n);
enum
{
- PROC_MAGIC = 0xaf04f000,
+ PROC_MAGIC = 0xaf05f000,
PROC_FORK = PROC_MAGIC + 1,
PROC_EXEC = PROC_MAGIC + 2,
PROC_SPAWN = PROC_MAGIC + 3,