mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +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
|
/* We should deal with kernel which have a smaller UIO_FASTIOV as well
|
||||||
as a very big count. */
|
as a very big count. */
|
||||||
static ssize_t
|
static ssize_t
|
||||||
do_readv (fd, vector, count)
|
do_readv (int fd, const struct iovec *vector, int count)
|
||||||
int fd;
|
|
||||||
const struct iovec *vector;
|
|
||||||
int count;
|
|
||||||
{
|
{
|
||||||
ssize_t bytes_read;
|
ssize_t bytes_read;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user