From 67d27eba63f00cb00fb448ec1d2cc43dd4181196 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 15 Dec 2002 23:22:47 +0000 Subject: 2002-12-15 Roland McGrath * sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn. --- sysdeps/unix/sysv/linux/readv.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sysdeps/unix/sysv/linux/readv.c') diff --git a/sysdeps/unix/sysv/linux/readv.c b/sysdeps/unix/sysv/linux/readv.c index e6f9fb0..ddf070c 100644 --- a/sysdeps/unix/sysv/linux/readv.c +++ b/sysdeps/unix/sysv/linux/readv.c @@ -40,10 +40,7 @@ static ssize_t __atomic_readv_replacement (int, __const struct iovec *, /* We should deal with kernel which have a smaller UIO_FASTIOV as well as a very big count. */ static ssize_t -do_readv (fd, vector, count) - int fd; - const struct iovec *vector; - int count; +do_readv (int fd, const struct iovec *vector, int count) { ssize_t bytes_read; -- cgit v1.1