repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc/history.git]
/
sysdeps
/
generic
/
iovec.h
blob
307fc6a18a95c3c988478e83b5c9e5977b70d47c
1
/* `struct iovec' -- Structure describing a section of memory. */
2
3
struct
iovec
4
{
5
/* Starting address. */
6
__ptr_t iov_base
;
7
/* Length in bytes. */
8
size_t
iov_len
;
9
};