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
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-08-18 08:14:59 +0400
committerChristopher Faylor <me@cgf.cx>2002-08-18 08:14:59 +0400
commitd17ba05c1c9dbb15b846682fd98e65b80260623d (patch)
tree31e5677fcfb7b7e78699c962b48a1a9f612a8135 /winsup
parent0428827b0ef30a187a72fc0fc5352d7c0c170c82 (diff)
* cygmalloc.h (MORECORE_CANNOT_TRIM): Define.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/cygmalloc.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index a27e1980a..2e8de6145 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2002-08-18 Christopher Faylor <cgf@redhat.com>
+ * cygmalloc.h (MORECORE_CANNOT_TRIM): Define.
+
+2002-08-18 Christopher Faylor <cgf@redhat.com>
+
* sigproc.cc (sigCONT): Define.
* sigproc.h (sigCONT): Declare.
(wait_sig): Create sigCONT event here.
diff --git a/winsup/cygwin/cygmalloc.h b/winsup/cygwin/cygmalloc.h
index 8c7fc3f9a..2c1bbde42 100644
--- a/winsup/cygwin/cygmalloc.h
+++ b/winsup/cygwin/cygmalloc.h
@@ -22,7 +22,6 @@ extern "C" void dlmalloc_stats ();
#ifndef __INSIDE_CYGWIN__
# define USE_DL_PREFIX 1
# define MORECORE_CANNOT_TRIM 1
-# define DEBUG 1
#else
# define __malloc_lock() mallock->acquire ()
# define __malloc_unlock() mallock->release ()