about summary refs log tree commit diff
path: root/sysdeps/posix/pwritev64v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/pwritev64v2.c')
-rw-r--r--sysdeps/posix/pwritev64v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/pwritev64v2.c b/sysdeps/posix/pwritev64v2.c
index be98aeed9d..bf62d74190 100644
--- a/sysdeps/posix/pwritev64v2.c
+++ b/sysdeps/posix/pwritev64v2.c
@@ -21,7 +21,7 @@
 
 /* Since we define no flags for pwritev2 just route to pwritev.  */
 ssize_t
-pwritev64v2 (int fd, const struct iovec *vector, int count, OFF_T offset,
+pwritev64v2 (int fd, const struct iovec *vector, int count, off_t offset,
 	     int flags)
 {
   if (flags != 0)