2002-12-15 Roland McGrath <roland@redhat.com>

* sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
This commit is contained in:
Roland McGrath 2002-12-15 23:22:47 +00:00
parent f3015aa5ff
commit 67d27eba63
1 changed files with 1 additions and 4 deletions

View File

@ -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;