diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-08 19:24:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-08 19:24:34 +0000 |
commit | 0f9c8b4841b0b2295fc20bc692526882f64056b0 (patch) | |
tree | e31e210f2825d79d42e834dab95a70a156b62116 /ChangeLog | |
parent | 4c8b8cc332a4581f7d1627c80030abb922940bfe (diff) | |
download | glibc-0f9c8b4841b0b2295fc20bc692526882f64056b0.tar.gz glibc-0f9c8b4841b0b2295fc20bc692526882f64056b0.tar.xz glibc-0f9c8b4841b0b2295fc20bc692526882f64056b0.zip |
* sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
to avoid PLT slot.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b2c5b322fb..7429533062 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-04-08 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64 + to avoid PLT slot. + * malloc/malloc.c (_int_realloc): Add parameter with old block size. Remove duplicated test. Don't handle mmap'ed blocks here. Adjust all callers. |