aboutsummaryrefslogtreecommitdiff
path: root/misc/pwritev.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/pwritev.c')
-rw-r--r--misc/pwritev.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/pwritev.c b/misc/pwritev.c
index 0b09809..980fed4 100644
--- a/misc/pwritev.c
+++ b/misc/pwritev.c
@@ -26,11 +26,7 @@
<unistd.h>) except that the data are taken from VECTOR instead of a
contiguous buffer. */
ssize_t
-pwritev (fd, vector, count, offset)
- int fd;
- const struct iovec *vector;
- int count;
- off_t offset;
+pwritev (int fd, const struct iovec *vector, int count, off_t offset)
{
__set_errno (ENOSYS);
return -1;