mips: Fix __libc_pread prototype

This patch fixes the __libc_pread prototype change from
14bb4e57c0.
This commit is contained in:
Adhemerval Zanella 2015-01-07 16:26:26 -02:00
parent 39a12f8db4
commit 882dfe184a
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -36,7 +36,7 @@
ssize_t
__libc_pread (int fd, void *buf, size_t count, off_t offset):
__libc_pread (int fd, void *buf, size_t count, off_t offset)
{
ssize_t result;