Implement writev on Windows
[fio.git] / os / windows / posix / include / sys / uio.h
index 25f83d6083f1c01c3958fc68756c48c43e6d56d0..402e988b38b7d7101429311d46d3dbe9defa345e 100644 (file)
@@ -4,8 +4,8 @@
 #include <inttypes.h>
 #include <unistd.h>
 
- struct iovec
- {
+struct iovec
+{
        void    *iov_base;  /* Base address of a memory region for input or output */
        size_t   iov_len;   /* The size of the memory pointed to by iov_base */
 };