| 1 | #ifndef _SYS_UIO_H |
|---|---|
| 2 | #include <misc/sys/uio.h> |
| 3 | |
| 4 | #ifndef _ISOMAC |
| 5 | /* Now define the internal interfaces. */ |
| 6 | extern ssize_t __readv (int __fd, const struct iovec *__iovec, |
| 7 | int __count); |
| 8 | extern ssize_t __writev (int __fd, const struct iovec *__iovec, |
| 9 | int __count); |
| 10 | #endif |
| 11 | #endif |
| 12 |