about summary refs log tree commit diff
path: root/sysdeps/posix/preadv64v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/preadv64v2.c')
-rw-r--r--sysdeps/posix/preadv64v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/preadv64v2.c b/sysdeps/posix/preadv64v2.c
index ce7cb40bf2..ab71f027d4 100644
--- a/sysdeps/posix/preadv64v2.c
+++ b/sysdeps/posix/preadv64v2.c
@@ -20,7 +20,7 @@
 #include <sys/uio.h>
 
 ssize_t
-preadv64v2 (int fd, const struct iovec *vector, int count, OFF_T offset,
+preadv64v2 (int fd, const struct iovec *vector, int count, off_t offset,
 	    int flags)
 {
   if (flags != 0)