summaryrefslogtreecommitdiff
path: root/misc/preadv64.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/preadv64.c')
-rw-r--r--misc/preadv64.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/preadv64.c b/misc/preadv64.c
index d73ad87357..9326c92244 100644
--- a/misc/preadv64.c
+++ b/misc/preadv64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -26,11 +26,7 @@
'pread' (see <unistd.h>) except that data are put in VECTOR instead
of a contiguous buffer. */
ssize_t
-preadv64 (fd, vector, count, offset)
- int fd;
- const struct iovec *vector;
- int count;
- off64_t offset;
+preadv64 (int fd, const struct iovec *vector, int count, off64_t offset)
{
__set_errno (ENOSYS);
return -1;