diff options
author | Christopher Faylor <me@cgf.cx> | 2004-01-20 19:36:35 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-01-20 19:36:35 +0000 |
commit | 67fcf127c1f23d4fd5f630e72ad8304dc53b7095 (patch) | |
tree | 57077489fe3a07b7b585b268c37e31252023643e /winsup/cygwin/debug.cc | |
parent | 69c7680cf75d6fe6059373220d8dcfd6e043a577 (diff) | |
download | newlib-67fcf127c1f23d4fd5f630e72ad8304dc53b7095.zip newlib-67fcf127c1f23d4fd5f630e72ad8304dc53b7095.tar.gz newlib-67fcf127c1f23d4fd5f630e72ad8304dc53b7095.tar.bz2 |
* include/cygwin/version.h: Bump DLL minor number to 8.
* cygmalloc.h: Make more concessions to attempts to get debugging malloc
working.
* debug.h: Ditto.
* dlmalloc.cc: Ditto.
* dlmalloc.h: Ditto.
* malloc_wrapper.cc: Ditto.
* perthread.h (perthread::create): Use calloc to ensure zeroed memory.
Diffstat (limited to 'winsup/cygwin/debug.cc')
-rw-r--r-- | winsup/cygwin/debug.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/debug.cc b/winsup/cygwin/debug.cc index 05b53cf..b02f4da 100644 --- a/winsup/cygwin/debug.cc +++ b/winsup/cygwin/debug.cc @@ -7,6 +7,7 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ #include "winsup.h" +#include <malloc.h> #include "sync.h" #include "sigproc.h" #include "pinfo.h" |