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>2006-04-22 01:34:38 +0400
committerChristopher Faylor <me@cgf.cx>2006-04-22 01:34:38 +0400
commit3a83d3a84947cb4774b3590eb96f019811ec5f0d (patch)
treea020937fb0021de5564f89582996fe8f9b0a9886 /winsup/cygwin/cygheap.h
parent478e8b1569403ae4c2e0f8c719e3e1b6cf53d90a (diff)
* environ.cc (getearly): Use GetEnvironmentVariable and cmalloc instead of
GetEnvironmentStrings. (environ_init): Revert rawenv stuff.
Diffstat (limited to 'winsup/cygwin/cygheap.h')
-rw-r--r--winsup/cygwin/cygheap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h
index 100d8d92d..cb18d3daa 100644
--- a/winsup/cygwin/cygheap.h
+++ b/winsup/cygwin/cygheap.h
@@ -30,6 +30,7 @@ enum cygheap_types
HEAP_1_BUF,
HEAP_1_EXEC,
HEAP_1_MAX = 100,
+ HEAP_2_STR,
HEAP_MMAP = 200
};