diff options
author | Christopher Faylor <me@cgf.cx> | 2004-04-04 04:14:11 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-04-04 04:14:11 +0000 |
commit | 129c8a0e81500955b20de544a26a0cc500c7fcd2 (patch) | |
tree | f18d367146ff71ca5d87a6db7c44e794d95d1d09 /winsup/cygwin/child_info.h | |
parent | 321ddf2422d3fafe29c68c2945bcc9063a238d83 (diff) | |
download | cygnal-129c8a0e81500955b20de544a26a0cc500c7fcd2.tar.gz cygnal-129c8a0e81500955b20de544a26a0cc500c7fcd2.tar.bz2 cygnal-129c8a0e81500955b20de544a26a0cc500c7fcd2.zip |
* 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.h | 2 |
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; }; |