1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Add missing restrict keywords to lio_listio().

This commit is contained in:
Ed Schouten 2016-05-30 09:18:12 +00:00
parent 0ba5622d8c
commit 049342a994
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300991

View File

@ -205,7 +205,8 @@ int aio_write(struct aiocb *);
* "acb_list" is an array of "nacb_listent" I/O control blocks.
* when all I/Os are complete, the optional signal "sig" is sent.
*/
int lio_listio(int, struct aiocb * const [], int, struct sigevent *);
int lio_listio(int, struct aiocb *__restrict const *__restrict, int,
struct sigevent *);
/*
* Get completion status