about summary refs log tree commit diff
path: root/bits/uio.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/uio.h')
-rw-r--r--bits/uio.h10
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>