diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-10-28 22:36:58 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-10-28 22:36:58 +0200 |
commit | ae9166f2b8936304ea347a98519372804963447f (patch) | |
tree | ddf9eb57ea8f4b3d75c86da6a649e8fd52eafa75 /ChangeLog | |
parent | 09472915dd89305ba5d318902a214d24945d223e (diff) | |
download | glibc-ae9166f2b8936304ea347a98519372804963447f.zip glibc-ae9166f2b8936304ea347a98519372804963447f.tar.gz glibc-ae9166f2b8936304ea347a98519372804963447f.tar.bz2 |
malloc: Update comments about chunk layout
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2016-10-28 Florian Weimer <fweimer@redhat.com> + * malloc/malloc.c: Update chunk layout comments. + (chunk_main_arena): Update comment. + +2016-10-28 Florian Weimer <fweimer@redhat.com> + * crypt/sha256.c, crypt/sha256-block.c, sysdeps/sparc/sparc64/multiarch/sha256-block.c: Rename sha256_process_block to __sha256_process_block. |