diff options
Diffstat (limited to 'libgloss/m68k/io-stat.c')
-rw-r--r-- | libgloss/m68k/io-stat.c | 2 |
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; |