OSDN Git Service

* cygmalloc.h (MORECORE_CANNOT_TRIM): Define.
authorcgf <cgf>
Sun, 18 Aug 2002 04:14:59 +0000 (04:14 +0000)
committercgf <cgf>
Sun, 18 Aug 2002 04:14:59 +0000 (04:14 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/cygmalloc.h

index a27e198..2e8de61 100644 (file)
@@ -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.
index 8c7fc3f..2c1bbde 100644 (file)
@@ -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 ()