index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
bits
/
uio.h
blob: 432526530dae01341ba5d4c1859b02b86d0e957b (
plain
) (
blame
)
1
2
3
4
struct iovec { void *iov_base; size_t iov_len; };