Typo in include/sys/stat.h

H . J . Lu hjl@lucon.org
Mon Apr 15 12:03:00 GMT 2002


--- include/sys/stat.h.internal	Mon Apr 15 09:43:11 2002
+++ include/sys/stat.h	Mon Apr 15 11:28:19 2002
@@ -15,7 +15,7 @@ extern int __fxstat_internal (int __ver,
 			      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;



More information about the Libc-alpha mailing list