From 449a85c1b5337c4447b779482cced6b630ccfffc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 15 Apr 2002 21:48:56 +0000 Subject: [PATCH] Update. 2002-04-15 Ulrich Drepper * include/sys/stat.h: Fix typo. Patch by HJ Lu. --- ChangeLog | 4 ++++ include/sys/stat.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a30d8d7a37..d9e26e3207 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-04-15 Ulrich Drepper + + * include/sys/stat.h: Fix typo. Patch by HJ Lu. + 2002-04-14 Bruno Haible * locale/programs/charmap.c (charmap_read): Don't access result if 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; -- 2.43.5