diff options
author | Anton Blanchard <anton@samba.org> | 2010-08-16 23:06:55 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-08-16 23:06:55 -0700 |
commit | b9b42ee01c935133c025d3b20102c1e490354e8e (patch) | |
tree | 939013de87dc7f89fcddd55e928b5e9fb2a19a3d /ChangeLog | |
parent | 004c737f7b097026c4231fbc3644e9450f9e087e (diff) | |
download | glibc-b9b42ee01c935133c025d3b20102c1e490354e8e.tar.gz glibc-b9b42ee01c935133c025d3b20102c1e490354e8e.tar.xz glibc-b9b42ee01c935133c025d3b20102c1e490354e8e.zip |
Replace divide and multiply with mask in sYSTRIm
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c935b53307..af67e356ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-07-26 Anton Blanchard <anton@samba.org> + + * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask. + * malloc/arena.c (heap_trim): Likewise. + 2010-08-16 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init |