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-11-02 06:31:15 +0300
committerChristopher Faylor <me@cgf.cx>2002-11-02 06:31:15 +0300
commit3593c18730f0208d0e1f110b2e0eca4be11514e7 (patch)
treeb1b86103d6afbbd2eeecf85be12ef4d374dcd6fc /winsup/cygwin/dll_init.cc
parentfe5ba952458a91f04a732302595d229a14fd4a88 (diff)
space
Diffstat (limited to 'winsup/cygwin/dll_init.cc')
-rw-r--r--winsup/cygwin/dll_init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc
index 76e26fe6e..61711e86d 100644
--- a/winsup/cygwin/dll_init.cc
+++ b/winsup/cygwin/dll_init.cc
@@ -263,7 +263,7 @@ release_upto (const char *name, DWORD here)
if (!(mb.State == MEM_RESERVE && mb.AllocationProtect == PAGE_NOACCESS &&
(((void *) start < cygheap->user_heap.base
|| (void *) start > cygheap->user_heap.top) &&
- ((void *) start < (void *) cygheap
+ ((void *) start < (void *) cygheap
| (void *) start > (void *) ((char *) cygheap + CYGHEAPSIZE)))))
continue;
if (!VirtualFree ((void *) start, 0, MEM_RELEASE))