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>2005-12-10 20:09:58 +0300
committerChristopher Faylor <me@cgf.cx>2005-12-10 20:09:58 +0300
commit3ab689126c4e0e0f782d5809db69d231d4e9485e (patch)
treec64ed4503577a3f7ef74cdb9157cdc221dcd184d /winsup/cygwin/cygmalloc.h
parent3f8edcbdb10cc1027ace5f320a119cc6b65549d0 (diff)
* malloc.cc: Update to version 2.8.3.
* cygmalloc.h (MSPACE): Remove unneeded definition.
Diffstat (limited to 'winsup/cygwin/cygmalloc.h')
-rw-r--r--winsup/cygwin/cygmalloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/cygmalloc.h b/winsup/cygwin/cygmalloc.h
index 7d10b3e12..eeb7ff178 100644
--- a/winsup/cygwin/cygmalloc.h
+++ b/winsup/cygwin/cygmalloc.h
@@ -29,7 +29,6 @@ void dlmalloc_stats ();
# define __malloc_unlock() mallock.release ()
extern muto mallock;
#endif
-#define MSPACES 1
#ifdef __cplusplus
}
#endif