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>2011-02-11 19:18:34 +0300
committerChristopher Faylor <me@cgf.cx>2011-02-11 19:18:34 +0300
commit41f06f51ac279750d27a1fdf1b0986ad94eb065d (patch)
tree262b860cc918e40303cf7ab81519520b85e6856d /winsup/cygwin/cygwin.sc
parentcc25fb36412a2535f5759280a5be1692d35b9a7e (diff)
* cygwin.sc: Eliminate __cygheap_mid.
* cygheap.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/cygwin.sc')
-rw-r--r--winsup/cygwin/cygwin.sc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/cygwin.sc b/winsup/cygwin/cygwin.sc
index 88b86e432..ba45441f6 100644
--- a/winsup/cygwin/cygwin.sc
+++ b/winsup/cygwin/cygwin.sc
@@ -103,7 +103,6 @@ SECTIONS
}
.cygheap ALIGN(__section_alignment__) :
{
- __cygheap_mid = .;
. = . + (1024 * 1024);
__cygheap_end = ABSOLUTE(.);
}