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>2011-11-29 19:34:49 +0400
committerChristopher Faylor <me@cgf.cx>2011-11-29 19:34:49 +0400
commit480b13a37aa1ca2e8ef6135a6d8dd9462c3df30e (patch)
treea612763e4e2bbc4d5298581ea617b73e8af693cd /winsup/cygwin/cygheap_malloc.h
parentd1fc77322f7e413e2d717d006ffe0a55f913e2b2 (diff)
* sigproc.cc (remove_proc): Don't terminate the currently executing thread.
Diffstat (limited to 'winsup/cygwin/cygheap_malloc.h')
-rw-r--r--winsup/cygwin/cygheap_malloc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/cygheap_malloc.h b/winsup/cygwin/cygheap_malloc.h
index 12ed4bd76..ef260ecce 100644
--- a/winsup/cygwin/cygheap_malloc.h
+++ b/winsup/cygwin/cygheap_malloc.h
@@ -33,7 +33,9 @@ enum cygheap_types
HEAP_1_MAX = 100,
HEAP_2_STR,
HEAP_2_DLL,
- HEAP_MMAP = 200
+ HEAP_MMAP,
+ HEAP_2_MAX = 200,
+ HEAP_3_FHANDLER
};
extern "C" {