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>2002-08-07 05:22:56 +0400
committerChristopher Faylor <me@cgf.cx>2002-08-07 05:22:56 +0400
commit88de60e449ad4ab39eac2c35628cc185abc669a3 (patch)
tree8969052ac2b401dedc9b29d857748b5f7d3bf1db /winsup/cygwin/cygheap.cc
parent772f6c3e12a207c923d25fbc04757f01a31fda48 (diff)
one more change
Diffstat (limited to 'winsup/cygwin/cygheap.cc')
-rw-r--r--winsup/cygwin/cygheap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc
index fb13fbed6..7ea7a39c3 100644
--- a/winsup/cygwin/cygheap.cc
+++ b/winsup/cygwin/cygheap.cc
@@ -61,6 +61,7 @@ init_cheap ()
api_fatal ("AllocationBase %p, BaseAddress %p, RegionSize %p, State %p\n",
m.AllocationBase, m.BaseAddress, m.RegionSize, m.State);
}
+ cygheap_max = cygheap;
}
static void dup_now (void *, child_info *, unsigned) __attribute__ ((regparm(3)));
@@ -189,7 +190,6 @@ cygheap_init ()
if (!cygheap)
{
init_cheap ();
- cygheap_max = cygheap;
(void) _csbrk (sizeof (*cygheap));
}
if (!cygheap->fdtab)