diff options
Diffstat (limited to 'bits/uio.h')
-rw-r--r-- | bits/uio.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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> |