ensure that the compiler doesn't try to reorder around atomic ops
[musl] / include / bits / uio.h
1 struct iovec {
2         void *iov_base;
3         size_t iov_len;
4 };