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>2001-06-25 02:26:53 +0400
committerChristopher Faylor <me@cgf.cx>2001-06-25 02:26:53 +0400
commitd006404dae50c0fe1ce5c55f12d8eb8c28ff6625 (patch)
tree597b078f417320a40f1f1e9f0cef0d4a7d00ec10 /winsup/cygwin/dlmalloc.c
parent7333875c53652301b191247f92eb4c8727e6aaf7 (diff)
forced commit
Diffstat (limited to 'winsup/cygwin/dlmalloc.c')
-rw-r--r--winsup/cygwin/dlmalloc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/dlmalloc.c b/winsup/cygwin/dlmalloc.c
index 72cda55c6..8eb09de18 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.