diff options
Diffstat (limited to 'bits')
-rw-r--r-- | bits/uio.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bits/uio.h b/bits/uio.h index def26dfbb6..96a3a71d42 100644 --- a/bits/uio.h +++ b/bits/uio.h @@ -20,12 +20,4 @@ #endif -/* `struct iovec' -- Structure describing a section of memory. */ - -struct iovec -{ - /* Starting address. */ - __ptr_t iov_base; - /* Length in bytes. */ - size_t iov_len; -}; +#include <bits/types/struct_iovec.h> |