diff options
Diffstat (limited to 'libgloss/spu/lstat.c')
-rw-r--r-- | libgloss/spu/lstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/spu/lstat.c b/libgloss/spu/lstat.c index 3a1189ec8..f34e0a344 100644 --- a/libgloss/spu/lstat.c +++ b/libgloss/spu/lstat.c @@ -44,7 +44,7 @@ typedef struct } syscall_stat_t; int -lstat (const char *pathname, struct stat *pstat) +lstat (const char *__restrict pathname, struct stat *__restrict pstat) { syscall_stat_t sys; struct jsre_stat pjstat; |