aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygheap.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/cygheap.h')
-rw-r--r--winsup/cygwin/cygheap.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h
index 5b385f5..1a90a94 100644
--- a/winsup/cygwin/cygheap.h
+++ b/winsup/cygwin/cygheap.h
@@ -67,7 +67,7 @@ public:
if (!m)
return 1;
return strncasematch (m->native_path, path, m->native_pathlen)
- && (path[m->native_pathlen] == '\\' || !path[m->native_pathlen]);
+ && (path[m->native_pathlen] == '\\' || !path[m->native_pathlen]);
}
const char *unchroot (const char *path)
{
@@ -153,6 +153,9 @@ struct init_cygheap
{
_cmalloc_entry *chain;
char *buckets[32];
+ void *heapbase;
+ void *heapptr;
+ void *heaptop;
cygheap_root root;
cygheap_user user;
mode_t umask;