diff options
author | Christopher Faylor <me@cgf.cx> | 2005-07-28 17:03:34 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-07-28 17:03:34 +0000 |
commit | 4fe79f1c9726073ff311008a0454cf33c412cfb1 (patch) | |
tree | 78450e024969c61b693294d247ed8ebf8f86bc33 /winsup/cygwin/cygmalloc.h | |
parent | 625302ea8920b3fb2b9a4de733dcd3728d32405a (diff) | |
download | newlib-4fe79f1c9726073ff311008a0454cf33c412cfb1.zip newlib-4fe79f1c9726073ff311008a0454cf33c412cfb1.tar.gz newlib-4fe79f1c9726073ff311008a0454cf33c412cfb1.tar.bz2 |
* cygmalloc.h (MSPACES): Define. This dropped through the cracks after the
last malloc update.
* dcrt0.cc: Fix a comment.
* malloc.cc (internal_malloc): Fix definition so that it can be safely coerced.
Diffstat (limited to 'winsup/cygwin/cygmalloc.h')
-rw-r--r-- | winsup/cygwin/cygmalloc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/cygmalloc.h b/winsup/cygwin/cygmalloc.h index 1050829..7d10b3e 100644 --- a/winsup/cygwin/cygmalloc.h +++ b/winsup/cygwin/cygmalloc.h @@ -1,6 +1,6 @@ /* cygmalloc.h: cygwin DLL malloc stuff - Copyright 2002, 2003, 2004 Red Hat, Inc. + Copyright 2002, 2003, 2004, 2005 Red Hat, Inc. This file is part of Cygwin. @@ -29,6 +29,7 @@ void dlmalloc_stats (); # define __malloc_unlock() mallock.release () extern muto mallock; #endif +#define MSPACES 1 #ifdef __cplusplus } #endif |