diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-03-20 18:12:27 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-03-20 18:12:27 +0000 |
commit | dfaef65dcfc165ef88957b7b4633499cbf612299 (patch) | |
tree | ac87f0609e20cccd5eb406b7f4768cff8af3f205 /posix | |
parent | 8f8ebbc438fcb4b22fba8beb3ef3d1aa59d9d7bf (diff) | |
download | glibc-dfaef65dcfc165ef88957b7b4633499cbf612299.tar.gz glibc-dfaef65dcfc165ef88957b7b4633499cbf612299.tar.xz glibc-dfaef65dcfc165ef88957b7b4633499cbf612299.zip |
2.3.4-16 cvs/fedora-glibc-2_3_4-16
Diffstat (limited to 'posix')
-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 988f0167ed..9c82c7eaf5 100644 --- a/posix/bits/unistd.h +++ b/posix/bits/unistd.h @@ -51,7 +51,7 @@ pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) } # else extern __always_inline __wur ssize_t -pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) +pread (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) { if (__bos0 (__buf) != (size_t) -1 && __nbytes > __bos0 (__buf)) __chk_fail (); |