public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] devctl.h: Use __restrict not restrict
@ 2017-01-17 22:12 Joel Sherrill
0 siblings, 0 replies; only message in thread
From: Joel Sherrill @ 2017-01-17 22:12 UTC (permalink / raw)
To: newlib-cvs
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=96267313e1ec5cdd85a4dc3a30a43fce8d8824a2
commit 96267313e1ec5cdd85a4dc3a30a43fce8d8824a2
Author: Joel Sherrill <joel@rtems.org>
Date: Tue Jan 17 16:10:58 2017 -0600
devctl.h: Use __restrict not restrict
Diff:
---
newlib/libc/include/devctl.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/newlib/libc/include/devctl.h b/newlib/libc/include/devctl.h
index e6d9875..13207ec 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-17 22:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-17 22:12 [newlib-cygwin] devctl.h: Use __restrict not restrict Joel Sherrill
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).