diff options
author | Christopher Faylor <me@cgf.cx> | 2011-11-29 15:34:49 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2011-11-29 15:34:49 +0000 |
commit | 480b13a37aa1ca2e8ef6135a6d8dd9462c3df30e (patch) | |
tree | a612763e4e2bbc4d5298581ea617b73e8af693cd /winsup/cygwin/cygheap_malloc.h | |
parent | d1fc77322f7e413e2d717d006ffe0a55f913e2b2 (diff) | |
download | cygnal-480b13a37aa1ca2e8ef6135a6d8dd9462c3df30e.tar.gz cygnal-480b13a37aa1ca2e8ef6135a6d8dd9462c3df30e.tar.bz2 cygnal-480b13a37aa1ca2e8ef6135a6d8dd9462c3df30e.zip |
* 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.h | 4 |
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" { |