mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
mips: Fix __libc_pread prototype
This patch fixes the __libc_pread prototype change from
14bb4e57c0
.
This commit is contained in:
parent
39a12f8db4
commit
882dfe184a
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user