about summary refs log tree commit diff
path: root/rt/tst-aio2.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/tst-aio2.c')
-rw-r--r--rt/tst-aio2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/tst-aio2.c b/rt/tst-aio2.c
index c628691693..ebd12fa951 100644
--- a/rt/tst-aio2.c
+++ b/rt/tst-aio2.c
@@ -59,6 +59,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;