]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-12-15 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Sun, 15 Dec 2002 23:22:47 +0000 (23:22 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 15 Dec 2002 23:22:47 +0000 (23:22 +0000)
* sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.

sysdeps/unix/sysv/linux/readv.c

index e6f9fb0c4e114ccf4403d271a9dc542f267c04a5..ddf070c35852f5f0b0e21ebf5f5c37e25bdecd8d 100644 (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;