summaryrefslogtreecommitdiff
path: root/src/unistd/pwritev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/pwritev.c')
-rw-r--r--src/unistd/pwritev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/unistd/pwritev.c b/src/unistd/pwritev.c
index f5a612c4..becf9deb 100644
--- a/src/unistd/pwritev.c
+++ b/src/unistd/pwritev.c
@@ -8,5 +8,3 @@ ssize_t pwritev(int fd, const struct iovec *iov, int count, off_t ofs)
return syscall_cp(SYS_pwritev, fd, iov, count,
(long)(ofs), (long)(ofs>>32));
}
-
-weak_alias(pwritev, pwritev64);