diff options
author | Christopher Faylor <me@cgf.cx> | 2001-06-24 22:26:53 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-06-24 22:26:53 +0000 |
commit | d006404dae50c0fe1ce5c55f12d8eb8c28ff6625 (patch) | |
tree | 597b078f417320a40f1f1e9f0cef0d4a7d00ec10 | |
parent | 7333875c53652301b191247f92eb4c8727e6aaf7 (diff) | |
download | newlib-d006404dae50c0fe1ce5c55f12d8eb8c28ff6625.zip newlib-d006404dae50c0fe1ce5c55f12d8eb8c28ff6625.tar.gz newlib-d006404dae50c0fe1ce5c55f12d8eb8c28ff6625.tar.bz2 |
forced commit
-rw-r--r-- | winsup/cygwin/dlmalloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/dlmalloc.c b/winsup/cygwin/dlmalloc.c index 72cda55..8eb09de 100644 --- a/winsup/cygwin/dlmalloc.c +++ b/winsup/cygwin/dlmalloc.c @@ -28,6 +28,9 @@ * malloc_usable_size(P) is equivalent to realloc(P, malloc_usable_size(P)) * * $Log$ + * Revision 1.2 2001/06/24 22:26:49 cgf + * forced commit + * * Revision 1.1 2001/04/24 15:25:30 duda * * dlmalloc.c: New file. Port of Doug Lea's malloc * * dlmalloc.h: Ditto. |