From 0af5b6adb15ef147a98dba61eda7f14f0d296e2d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 5 Jan 2006 00:26:42 +0000 Subject: [PATCH] (do_test): aio_offset should be initialized, too. --- rt/tst-aio8.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rt/tst-aio8.c b/rt/tst-aio8.c index 531a08ac27..b03639dabd 100644 --- a/rt/tst-aio8.c +++ b/rt/tst-aio8.c @@ -21,6 +21,7 @@ do_test (void) req.aio_reqprio = 0; req.aio_buf = (void *) "hello"; req.aio_nbytes = 5; + req.aio_offset = 0; req.aio_sigevent.sigev_notify = SIGEV_NONE; struct aiocb *list[1];