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-10-05 08:36:14 +0400
committerChristopher Faylor <me@cgf.cx>2001-10-05 08:36:14 +0400
commitf978840beefd9d0ac3fb9a26f5440eb9b20584c9 (patch)
treeac07b9b2fca5cd42e307f418811663f85aefa9b7 /winsup/cygwin/child_info.h
parent8d817b0f9ed20cfa5e9482074999c2973a2a9543 (diff)
* heap.h (inheap): Check for NULL.
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 983675877..7827d853f 100644
--- a/winsup/cygwin/child_info.h
+++ b/winsup/cygwin/child_info.h
@@ -12,7 +12,7 @@ details. */
enum
{
- PROC_MAGIC = 0xaf12f000,
+ PROC_MAGIC = 0xaf13f000,
PROC_FORK = PROC_MAGIC + 1,
PROC_EXEC = PROC_MAGIC + 2,
PROC_SPAWN = PROC_MAGIC + 3,