summaryrefslogtreecommitdiffstats
path: root/libgloss/mt/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mt/stat.c')
-rw-r--r--libgloss/mt/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/mt/stat.c b/libgloss/mt/stat.c
index 9a6ca7ca0..4f1da73f4 100644
--- a/libgloss/mt/stat.c
+++ b/libgloss/mt/stat.c
@@ -5,7 +5,7 @@
int
-stat (const char *path, struct stat *st)
+stat (const char *__restrict path, struct stat *__restrict st)
{
return TRAP0 (SYS_stat, path, st, 0);