Skip to content

Commit

Permalink
2002-12-15 Roland McGrath <roland@redhat.com>
Browse files Browse the repository at this point in the history
	* sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
  • Loading branch information
Roland McGrath committed Dec 15, 2002
1 parent f3015aa commit 67d27eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sysdeps/unix/sysv/linux/readv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 67d27eb

Please sign in to comment.