summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-03-20 18:12:27 +0000
committerJakub Jelinek <jakub@redhat.com>2005-03-20 18:12:27 +0000
commitdfaef65dcfc165ef88957b7b4633499cbf612299 (patch)
treeac87f0609e20cccd5eb406b7f4768cff8af3f205 /posix
parent8f8ebbc438fcb4b22fba8beb3ef3d1aa59d9d7bf (diff)
Diffstat (limited to 'posix')
-rw-r--r--posix/bits/unistd.h2
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 ();