mirror of
https://github.com/fluencelabs/musl
synced 2025-05-30 16:11:40 +00:00
fix lio_listio return value in LIO_WAIT mode
This commit is contained in:
parent
200f96c6a0
commit
a753f7fe7a
@ -109,7 +109,7 @@ int lio_listio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, st
|
|||||||
if (mode == LIO_WAIT) {
|
if (mode == LIO_WAIT) {
|
||||||
ret = lio_wait(st);
|
ret = lio_wait(st);
|
||||||
free(st);
|
free(st);
|
||||||
return 0;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (st) {
|
if (st) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user