diff options
Diffstat (limited to 'newlib/libc/sys/sparc64')
-rw-r--r-- | newlib/libc/sys/sparc64/sys/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/sparc64/sys/stat.h b/newlib/libc/sys/sparc64/sys/stat.h index 256c1b41b..26ed53f59 100644 --- a/newlib/libc/sys/sparc64/sys/stat.h +++ b/newlib/libc/sys/sparc64/sys/stat.h @@ -122,7 +122,7 @@ int _EXFUN(chmod,( const char *_path, mode_t _mode )); int _EXFUN(fstat,( int _fd, struct stat *_sbuf )); int _EXFUN(mkdir,( char *_path, mode_t _mode )); int _EXFUN(mkfifo,( char *_path, mode_t _mode )); -int _EXFUN(stat,( const char *_path, struct stat *_sbuf )); +int _EXFUN(stat,( const char *__restrict _path, struct stat *__restrict _sbuf )); mode_t _EXFUN(umask,( mode_t _mask )); #ifdef __cplusplus |