Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-21 20:42:17 +0400
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-21 20:42:17 +0400
commitc9e978ed1b0a7ca8d0ed09480eba4b691c561271 (patch)
tree466a4f1dc860b4dd350c446adf9eb150abc91749 /libgloss/m68k
parent21cf2aee536c32ffe64a5f094b2d6ecc73bb8bb4 (diff)
2013-11-21 Daniel Ramirez <javamonn@gmail.com>
* d30v/syscalls.c, i960/mon960.c, m68k/io-stat.c, mt/stat.c, spu/lstat.c, spu/stat.c: Add restrict keyword.
Diffstat (limited to 'libgloss/m68k')
-rw-r--r--libgloss/m68k/io-stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/m68k/io-stat.c b/libgloss/m68k/io-stat.c
index a707b0d64..af36b3dd6 100644
--- a/libgloss/m68k/io-stat.c
+++ b/libgloss/m68k/io-stat.c
@@ -34,7 +34,7 @@
*/
-int stat (const char *filename, struct stat *buf)
+int stat (const char *__restrict filename, struct stat *__restrict buf)
{
#if HOSTED
gdb_parambuf_t parameters;