summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/devctl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/newlib/libc/include/devctl.h b/newlib/libc/include/devctl.h
index e6d987545..13207ec88 100644
--- a/newlib/libc/include/devctl.h
+++ b/newlib/libc/include/devctl.h
@@ -40,11 +40,11 @@
#include <stddef.h>
int posix_devctl(
- int fd,
- int dcmd,
- void *restrict dev_data_ptr,
- size_t nbyte,
- int *restrict dev_info_ptr
+ int fd,
+ int dcmd,
+ void *__restrict, dev_data_ptr,
+ size_t nbyte,
+ int *__restrict, dev_info_ptr
);
#endif