diff options
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" { |