diff options
Diffstat (limited to 'winsup/cygwin/cygheap.h')
-rw-r--r-- | winsup/cygwin/cygheap.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index 8d34e671a..c268ebaac 100644 --- a/winsup/cygwin/cygheap.h +++ b/winsup/cygwin/cygheap.h @@ -153,9 +153,12 @@ struct init_cygheap { _cmalloc_entry *chain; char *buckets[32]; - void *heapbase; - void *heapptr; - void *heaptop; + struct /* User heap stuff. */ + { + void *heapbase; + void *heapptr; + void *heaptop; + }; cygheap_root root; cygheap_user user; mode_t umask; |