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:
authorAlexandre Oliva <aoliva@redhat.com>2002-04-13 14:27:02 +0400
committerAlexandre Oliva <aoliva@redhat.com>2002-04-13 14:27:02 +0400
commit2f3009bd13d43a6d9894a21e5c3bd6f7eac125ac (patch)
tree15c2c1c212a439bbcda315cf70dd1e0515a32a99 /newlib/ChangeLog
parent0cc261b11d5074e10f728381e9b25cf8c9ed4fa9 (diff)
* libc/stdlib/mallocr.c (malloc_extend_top): If correction sbrk
fails, don't bail out, and try to correct next time.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 054600127..b3ea383ea 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,8 @@
2002-04-13 Alexandre Oliva <aoliva@redhat.com>
+ * libc/stdlib/mallocr.c (malloc_extend_top): If correction sbrk
+ fails, don't bail out, and try to correct next time.
+
* libc/include/sys/config.h: Include limits.h.
2002-04-12 Eric Norum <eric.norum@usask.com>