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>2004-04-04 08:14:11 +0400
committerChristopher Faylor <me@cgf.cx>2004-04-04 08:14:11 +0400
commit129c8a0e81500955b20de544a26a0cc500c7fcd2 (patch)
treef18d367146ff71ca5d87a6db7c44e794d95d1d09 /winsup/cygwin/child_info.h
parent321ddf2422d3fafe29c68c2945bcc9063a238d83 (diff)
* child_info.h (child_info::cygheap_reserve_sz): Rename from cygheap_alloc_sz.
* cygheap.cc: Rename alloc_sz to reserve_sz throughout.
Diffstat (limited to 'winsup/cygwin/child_info.h')
-rw-r--r--winsup/cygwin/child_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h
index 25591d835..881456034 100644
--- a/winsup/cygwin/child_info.h
+++ b/winsup/cygwin/child_info.h
@@ -49,7 +49,7 @@ public:
HANDLE pppid_handle;
init_cygheap *cygheap;
void *cygheap_max;
- DWORD cygheap_alloc_sz;
+ DWORD cygheap_reserve_sz;
HANDLE cygheap_h;
unsigned fhandler_union_cb;
};