1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

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

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