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.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user