diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-23 22:52:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-23 22:52:24 +0000 |
commit | 7f8a28efb5c9bf19d3a31a7f356cc171f333ceef (patch) | |
tree | 03175c4a76429b3f571b81770394ae731732711e /misc/preadv64.c | |
parent | c7e74e5968929264fca40424f979653115643f5d (diff) | |
download | glibc-7f8a28efb5c9bf19d3a31a7f356cc171f333ceef.zip glibc-7f8a28efb5c9bf19d3a31a7f356cc171f333ceef.tar.gz glibc-7f8a28efb5c9bf19d3a31a7f356cc171f333ceef.tar.bz2 |
* sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.
* sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2009-04-23 Jakub Jelinek <jakub@redhat.com>
* sysdeps/posix/pwritev.c (PWRITEV): Fix up comment. Copy
data from vector to temporary buffer and call PWRITEV after it
instead of vice versa.
* sysdeps/posix/preadv.c: Fix up comment.
* misc/preadv.c: Likewise.
* misc/preadv64.c: Likewise.
* misc/pwritev.c: Likewise.
* misc/pwritev64.c: Likewise.
* misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
2009-04-23 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'misc/preadv64.c')
-rw-r--r-- | misc/preadv64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/preadv64.c b/misc/preadv64.c index ea675bb..4b4e571 100644 --- a/misc/preadv64.c +++ b/misc/preadv64.c @@ -24,7 +24,7 @@ without change the file pointer, and put the result in the buffers described by VECTOR, which is a vector of COUNT 'struct iovec's. The buffers are filled in the order specified. Operates just like - 'read' (see <unistd.h>) except that data are put in VECTOR instead + 'pread' (see <unistd.h>) except that data are put in VECTOR instead of a contiguous buffer. */ ssize_t preadv64 (fd, vector, count, offset) |