initial check-in, version 0.5.0
[musl] / include / bits / uio.h
1 struct iovec {
2         void *iov_base;
3         size_t iov_len;
4 };