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