X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Faio%2Faio_suspend.c;h=39a1d3a228c8d0611f8fbe51f78d1116a90d200b;hp=cb2539e9f73cbaa5779311ead215741ae792f085;hb=13cd969552409e05c941829f2aabb15e2f4d9a1f;hpb=5e9deea0039204f3b29edb1ffe0e30325d456f84 diff --git a/src/aio/aio_suspend.c b/src/aio/aio_suspend.c index cb2539e9..39a1d3a2 100644 --- a/src/aio/aio_suspend.c +++ b/src/aio/aio_suspend.c @@ -16,7 +16,7 @@ void __aio_wake(void) __wake(&seq, -1, 1); } -int aio_suspend(struct aiocb *const cbs[], int cnt, const struct timespec *ts) +int aio_suspend(const struct aiocb *const cbs[], int cnt, const struct timespec *ts) { int i, last, first=1, ret=0; struct timespec at;