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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user