diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2015-01-07 16:26:26 -0200 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2015-01-07 16:26:26 -0200 |
commit | 882dfe184a81a8924bc8acb79e96fbf7556fa60b (patch) | |
tree | 898db204ff5788b2ca94c8f5f73c43181e850e97 /ChangeLog | |
parent | 39a12f8db4656bec88ebd51e524778ef2e5468b9 (diff) | |
download | glibc-882dfe184a81a8924bc8acb79e96fbf7556fa60b.tar.gz glibc-882dfe184a81a8924bc8acb79e96fbf7556fa60b.tar.xz glibc-882dfe184a81a8924bc8acb79e96fbf7556fa60b.zip |
mips: Fix __libc_pread prototype
This patch fixes the __libc_pread prototype change from 14bb4e57c094849228ad8524693ab9432c38396c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f5631c351b..98d3dc2a8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-01-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + + * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function + prototype. + 2015-01-07 Chris Metcalf <cmetcalf@ezchip.com> * posix/regcomp.c (parse_bracket_exp): Initialize type to |