2 * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
12 typedef struct iovec
{
22 ssize_t
readv(int fd
, const struct iovec
*vector
, size_t count
);
23 ssize_t
readv_pos(int fd
, off_t pos
, const struct iovec
*vec
, size_t count
);
24 ssize_t
writev(int fd
, const struct iovec
*vector
, size_t count
);
25 ssize_t
writev_pos(int fd
, off_t pos
, const struct iovec
*vec
, size_t count
);
31 #endif /* _SYS_UIO_H */