From: Roland McGrath Date: Sun, 15 Dec 2002 23:22:47 +0000 (+0000) Subject: 2002-12-15 Roland McGrath X-Git-Tag: cvs/glibc-2_3_2~524 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67d27eba63f00cb00fb448ec1d2cc43dd4181196;p=thirdparty%2Fglibc.git 2002-12-15 Roland McGrath * sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn. --- diff --git a/sysdeps/unix/sysv/linux/readv.c b/sysdeps/unix/sysv/linux/readv.c index e6f9fb0c4e1..ddf070c3585 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;