summaryrefslogtreecommitdiff
path: root/src/unistd/pread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/pread.c')
-rw-r--r--src/unistd/pread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/unistd/pread.c b/src/unistd/pread.c
index 5681b045..b03fb0ad 100644
--- a/src/unistd/pread.c
+++ b/src/unistd/pread.c
@@ -5,5 +5,3 @@ ssize_t pread(int fd, void *buf, size_t size, off_t ofs)
{
return syscall_cp(SYS_pread, fd, buf, size, __SYSCALL_LL_PRW(ofs));
}
-
-weak_alias(pread, pread64);