summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/pread.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/pread.c')
-rw-r--r--sysdeps/mach/hurd/pread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/pread.c b/sysdeps/mach/hurd/pread.c
index 63a90aa4df..c4e005e463 100644
--- a/sysdeps/mach/hurd/pread.c
+++ b/sysdeps/mach/hurd/pread.c
@@ -23,7 +23,7 @@
ssize_t
__libc_pread (int fd, void *buf, size_t nbytes, off_t offset)
{
- return __libc_pread64 (fd, buf, nbytes, (off64_t) offset);
+ return __pread64 (fd, buf, nbytes, (off64_t) offset);
}
#ifndef __libc_pread