summaryrefslogtreecommitdiff
path: root/rt/tst-aio3.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/tst-aio3.c')
-rw-r--r--rt/tst-aio3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/tst-aio3.c b/rt/tst-aio3.c
index ea257771c6..766771c217 100644
--- a/rt/tst-aio3.c
+++ b/rt/tst-aio3.c
@@ -58,6 +58,7 @@ do_test (int argc, char *argv[])
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_THREAD;
cb.aio_sigevent.sigev_notify_function = thrfct;
cb.aio_sigevent.sigev_notify_attributes = NULL;