aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/restrict-array.c
blob: 3facebf4fcd61a7fb647bd72c3b2f6963e9d4b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define __restrict_arr __restrict

struct aiocb64;
struct sigevent;

extern int lio_listio64 (int __mode,
			 struct aiocb64 *__const __list[__restrict_arr],
			 int __nent, struct sigevent *__restrict __sig);

/*
 * check-name: restrict array attribute
 */