summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libaio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libaio.h b/src/libaio.h
index 4233303..0ceb2a9 100644
--- a/src/libaio.h
+++ b/src/libaio.h
@@ -116,8 +116,8 @@ struct io_iocb_common {
}; /* result code is the amount read or -'ve errno */
struct io_iocb_vector {
- const struct iovec *vec;
- int nr;
+ PADDEDptr(const struct iovec *vec, __pad1);
+ PADDEDul(nr, __pad2);
long long offset;
}; /* result code is the amount read or -'ve errno */