summaryrefslogtreecommitdiff
path: root/libc/sysdeps/unix/sysv/linux/pwritev64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/unix/sysv/linux/pwritev64.c')
-rw-r--r--libc/sysdeps/unix/sysv/linux/pwritev64.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/sysdeps/unix/sysv/linux/pwritev64.c b/libc/sysdeps/unix/sysv/linux/pwritev64.c
new file mode 100644
index 000000000..1e8168f10
--- /dev/null
+++ b/libc/sysdeps/unix/sysv/linux/pwritev64.c
@@ -0,0 +1,6 @@
+#define PWRITEV pwritev64
+#define PWRITEV_REPLACEMENT __atomic_pwritev64_replacement
+#define PWRITE __pwrite64
+#define OFF_T off64_t
+
+#include "pwritev.c"