about summary refs log tree commit diff
path: root/sysdeps/posix/preadv64v2.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-03 03:00:32 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-03 03:00:55 +0200
commited95bf5638748068ef05ccbaa0a008b50ebecb42 (patch)
tree9fd177ba1fc3d648bbb5ce8aad7212bd8d2fad7f /sysdeps/posix/preadv64v2.c
parentdd2b31dec0c0e792bec0486d72c8a049eea4bee1 (diff)
downloadglibc-ed95bf5638748068ef05ccbaa0a008b50ebecb42.tar.gz
glibc-ed95bf5638748068ef05ccbaa0a008b50ebecb42.tar.xz
glibc-ed95bf5638748068ef05ccbaa0a008b50ebecb42.zip
hurd: Fix p{read,write}v64v2.c build
	* sysdeps/posix/preadv64v2.c: Use off64_t instead of off_t.
	* sysdeps/posix/pwritev64v2.c: Use off64_t instead of off_t.
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 ab71f027d4..263f9b77c4 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, off64_t offset,
 	    int flags)
 {
   if (flags != 0)