summaryrefslogtreecommitdiff
path: root/rt/tst-aio6.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/tst-aio6.c')
-rw-r--r--rt/tst-aio6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/tst-aio6.c b/rt/tst-aio6.c
index 9ba08348f8..dabd947d0b 100644
--- a/rt/tst-aio6.c
+++ b/rt/tst-aio6.c
@@ -54,6 +54,7 @@ do_test (void)
cb.aio_reqprio = 0;
cb.aio_buf = (void *) buf;
cb.aio_nbytes = sizeof (buf) - 1;
+ cb.aio_offset = 0;
cb.aio_sigevent.sigev_notify = SIGEV_NONE;
/* Try to read from stdin where nothing will be available. */