mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
(do_test): aio_offset should be initialized, too.
This commit is contained in:
parent
9759bbf188
commit
0af5b6adb1
@ -21,6 +21,7 @@ do_test (void)
|
|||||||
req.aio_reqprio = 0;
|
req.aio_reqprio = 0;
|
||||||
req.aio_buf = (void *) "hello";
|
req.aio_buf = (void *) "hello";
|
||||||
req.aio_nbytes = 5;
|
req.aio_nbytes = 5;
|
||||||
|
req.aio_offset = 0;
|
||||||
req.aio_sigevent.sigev_notify = SIGEV_NONE;
|
req.aio_sigevent.sigev_notify = SIGEV_NONE;
|
||||||
|
|
||||||
struct aiocb *list[1];
|
struct aiocb *list[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user