diff options
Diffstat (limited to 'posix/bits/unistd.h')
-rw-r--r-- | posix/bits/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/bits/unistd.h b/posix/bits/unistd.h index 0a391cfb51..26cb6641e9 100644 --- a/posix/bits/unistd.h +++ b/posix/bits/unistd.h @@ -39,7 +39,7 @@ extern ssize_t __pread64_chk (int __fd, void *__buf, size_t __nbytes, (__bos0 (buf) != (size_t) -1 \ && (!__builtin_constant_p (nbytes) || (nbytes) > __bos0 (buf)) \ ? __pread64_chk (fd, buf, nbytes, offset, __bos0 (buf)) \ - : pread (fd, buf, nbytes, offset)) + : pread64 (fd, buf, nbytes, offset)) # else # define pread(fd, buf, nbytes, offset) \ (__bos0 (buf) != (size_t) -1 \ |