about summary refs log tree commit diff
path: root/include/sys/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/stat.h')
-rw-r--r--include/sys/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/stat.h b/include/sys/stat.h
index dc9232df32..9083aebfc2 100644
--- a/include/sys/stat.h
+++ b/include/sys/stat.h
@@ -15,7 +15,7 @@ extern int __fxstat_internal (int __ver, int __fildes,
 			      struct stat *__stat_buf) attribute_hidden;
 extern int __fxstat64_internal (int __ver, int __fildes,
 				struct stat64 *__stat_buf) attribute_hidden;
-extern int __lxstat_internal (int __ver, __const char __file,
+extern int __lxstat_internal (int __ver, __const char *__file,
 			      struct stat *__stat_buf) attribute_hidden;
 extern int __lxstat64_internal (int __ver, __const char *__file,
 				struct stat64 *__stat_buf) attribute_hidden;