diff options
Diffstat (limited to 'sysdeps/generic/readv.c')
-rw-r--r-- | sysdeps/generic/readv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/readv.c b/sysdeps/generic/readv.c index b210d53552..6be63d9ef3 100644 --- a/sysdeps/generic/readv.c +++ b/sysdeps/generic/readv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -25,7 +25,7 @@ The buffers are filled in the order specified. Operates just like `read' (see <unistd.h>) except that data are put in VECTOR instead of a contiguous buffer. */ -int +ssize_t __readv (fd, vector, count) int fd; const struct iovec *vector; |