aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2014-02-26 13:13:09 +0100
committerOndřej Bílka <neleai@seznam.cz>2014-02-26 13:15:33 +0100
commit4248f0da6ff9e7dd63464cdecec2dec332dfc2f0 (patch)
tree1f645ac4c027603f3535fd36a6cd38cb63375169 /ChangeLog
parentade40b10ff5fa59a318cf55b9d8414b758e8df78 (diff)
downloadglibc-4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.zip
glibc-4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.tar.gz
glibc-4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.tar.bz2
Simplify calloc implementation.
To make future improvements of allocator simpler we could for now calloc just call malloc and memset. With that we could omit a changes that would duplicate malloc changes anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6246ea..beb3598 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-02-26 Ondřej Bílka <neleai@seznam.cz>
+
+ * malloc/malloc.c (__libc_calloc): Simplify implementation.
+
2014-02-25 Carlos O'Donell <carlos@redhat.com>
[BZ #16632]