summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/uio.h
blob: 5edbdc8b278b86b382c16130df73b63f9ae3303e (plain)
1
2
3
4
5
6
7
8
9
#ifndef _SYS_UIO
#define _SYS_UIO 1

#include <sys/socket.h>

int readv(int filedes, const struct iovec *vector, size_t count);
int writev(int filedes, const struct iovec *vector, size_t count);

#endif