diff options
Diffstat (limited to 'src/aio')
-rw-r--r-- | src/aio/lio_listio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |