mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
2002-12-15 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
This commit is contained in:
parent
f3015aa5ff
commit
67d27eba63
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user