* [hurd,commited] hurd: Fix p{read,write}v64v2.c build
@ 2017-09-03 1:01 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2017-09-03 1:01 UTC (permalink / raw)
To: libc-alpha; +Cc: Samuel Thibault
* sysdeps/posix/preadv64v2.c: Use off64_t instead of off_t.
* sysdeps/posix/pwritev64v2.c: Use off64_t instead of off_t.
---
ChangeLog | 4 ++--
sysdeps/posix/preadv64v2.c | 2 +-
sysdeps/posix/pwritev64v2.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a4634b7fdb..f8c12c0a46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,9 +6,9 @@
* sysdeps/mach/hurd/bits/socket.h: Include <sys/types.h> instead of
just <bits/types.h>.
* sysdeps/posix/preadv2.c: Use off_t instead of OFF_T.
- * sysdeps/posix/preadv64v2.c: Use off_t instead of OFF_T.
+ * sysdeps/posix/preadv64v2.c: Use off64_t instead of OFF_T.
* sysdeps/posix/pwritev2.c: Use off_t instead of OFF_T.
- * sysdeps/posix/pwritev64v2.c: Use off_t instead of OFF_T.
+ * sysdeps/posix/pwritev64v2.c: Use off64_t instead of OFF_T.
2017-09-01 Joseph Myers <joseph@codesourcery.com>
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)
diff --git a/sysdeps/posix/pwritev64v2.c b/sysdeps/posix/pwritev64v2.c
index bf62d74190..f340c8a46d 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, off64_t offset,
int flags)
{
if (flags != 0)
--
2.14.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-09-03 1:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-03 1:01 [hurd,commited] hurd: Fix p{read,write}v64v2.c build Samuel Thibault
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).