diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/iovec.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/iovec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/iovec.h b/sysdeps/unix/sysv/linux/iovec.h new file mode 100644 index 0000000000..6e5e01d9b3 --- /dev/null +++ b/sysdeps/unix/sysv/linux/iovec.h @@ -0,0 +1,3 @@ +/* The Linux kernel header defines `struct iovec' for us. */ + +#include <linux/uio.h> |