* 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.
This commit is contained in:
Christopher Faylor
2005-07-28 17:03:34 +00:00
parent 625302ea89
commit 4fe79f1c97
4 changed files with 18 additions and 10 deletions

View File

@ -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