summaryrefslogtreecommitdiff
path: root/include/sys/uio.h
blob: a3f51e5f6c193e5420740580bc3e029427193791 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _SYS_UIO_H
#include <misc/sys/uio.h>

/* Now define the internal interfaces.  */
extern ssize_t __readv __P ((int __fd, __const struct iovec *__vector,
			     int __count));
extern ssize_t __writev __P ((int __fd, __const struct iovec *__vector,
			      int __count));
#endif