diff options
Diffstat (limited to 'sysdeps/posix/pwritev64v2.c')
-rw-r--r-- | sysdeps/posix/pwritev64v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |