devctl.h: Use __restrict not restrict
This commit is contained in:
parent
e02866a1b4
commit
96267313e1
|
@ -42,9 +42,9 @@
|
||||||
int posix_devctl(
|
int posix_devctl(
|
||||||
int fd,
|
int fd,
|
||||||
int dcmd,
|
int dcmd,
|
||||||
void *restrict dev_data_ptr,
|
void *__restrict, dev_data_ptr,
|
||||||
size_t nbyte,
|
size_t nbyte,
|
||||||
int *restrict dev_info_ptr
|
int *__restrict, dev_info_ptr
|
||||||
);
|
);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue