From: Ulrich Drepper Date: Thu, 5 Jan 2006 00:26:42 +0000 (+0000) Subject: (do_test): aio_offset should be initialized, too. X-Git-Tag: upstream/2.30~15978 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0af5b6adb15ef147a98dba61eda7f14f0d296e2d;p=external%2Fglibc.git (do_test): aio_offset should be initialized, too. --- diff --git a/rt/tst-aio8.c b/rt/tst-aio8.c index 531a08a..b03639d 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];