preadv() / pwritev()
Marc Olzheim
marcolz at stack.nl
Mon Apr 25 08:31:29 PDT 2005
On Mon, Apr 25, 2005 at 05:23:14PM +0200, Marc Olzheim wrote:
> int
> kern_readv(struct thread *td, int fd, struct uio *auio)
> {
> + return (preadv(td, fd, auio, (off_t)-1, 0));
> +}
->dopreadv()
Hit the send button too quickly, I'll submit a new one after testing.
Marc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20050425/7c87f2ee/attachment.bin
More information about the freebsd-hackers
mailing list