X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Faio%2Flio_listio.c;h=532b17cebeddc233cba138e653839522a32e043f;hb=697acde67e0da4d73b46445ed536fe9923d515c7;hp=53f9f502ab4e994da2fa61c3c8a1a46045fe9d05;hpb=efd4d87aa472523b07889af69874259db43b3c3c;p=musl diff --git a/src/aio/lio_listio.c b/src/aio/lio_listio.c index 53f9f502..532b17ce 100644 --- a/src/aio/lio_listio.c +++ b/src/aio/lio_listio.c @@ -67,7 +67,7 @@ static void *wait_thread(void *p) return 0; } -int lio_listio(int mode, struct aiocb *restrict const cbs[restrict], int cnt, struct sigevent *restrict sev) +int lio_listio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, struct sigevent *restrict sev) { int i, ret; struct lio_state *st=0;