musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/unistd/pread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/pread.c')
-rw-r--r--src/unistd/pread.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/pread.c b/src/unistd/pread.c
index 029ba3d1..534215ac 100644
--- a/src/unistd/pread.c
+++ b/src/unistd/pread.c
@@ -6,7 +6,7 @@ ssize_t pread(int fd, void *buf, size_t size, off_t ofs)
{
ssize_t r;
CANCELPT_BEGIN;
- r = syscall5(__NR_pread64, fd, (long)buf, size, SYSCALL_LL(ofs));
+ r = syscall5(__NR_pread, fd, (long)buf, size, SYSCALL_LL(ofs));
CANCELPT_END;
return r;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月18日 04:36:28 +0000

AltStyle によって変換されたページ (->オリジナル) /