Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(do_test): aio_offset should be initialized, too.
  • Loading branch information
Ulrich Drepper committed Jan 5, 2006
1 parent 9759bbf commit 0af5b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rt/tst-aio8.c
Expand Up @@ -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];
Expand Down

0 comments on commit 0af5b6a

Please sign in to comment.