4 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
7 POSIX/BSD header <sys/uio.h>
10 #include <aros/systypes.h>
11 #include <sys/cdefs.h>
12 #include <sys/_iovec.h>
15 #define _AROS_SSIZE_T_ ssize_t;
33 /* XXX This really doesn't belong here... */
38 struct iovec
*uio_iov
;
42 enum uio_seg uio_segflg
;
44 struct Task
*uio_task
;
46 #endif /* __BSD_VISIBLE */
49 ssize_t
readv(int fd
, const struct iovec
*iovec
, int count
);
50 ssize_t
writev(int fd
, const struct iovec
*iovec
, int count
);
53 #endif /* _SYS_UIO_H_ */