This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Typo in include/sys/stat.h


--- 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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]