mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
(do_test): aio_offset should be initialized, too.
This commit is contained in:
parent
9759bbf188
commit
0af5b6adb1
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue