]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 15 Apr 2002 21:48:56 +0000 (21:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 15 Apr 2002 21:48:56 +0000 (21:48 +0000)
2002-04-15  Ulrich Drepper  <drepper@redhat.com>

* include/sys/stat.h: Fix typo.  Patch by HJ Lu.

ChangeLog
include/sys/stat.h

index a30d8d7a373822d40c2dc596eb18d175ce5947ea..d9e26e320780ab1b60044f332dd54072640e2c1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-15  Ulrich Drepper  <drepper@redhat.com>
+
+       * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
+
 2002-04-14  Bruno Haible  <bruno@clisp.org>
 
        * locale/programs/charmap.c (charmap_read): Don't access result if
index dc9232df3295e12fb0a1dabe7f3619498d1ec400..9083aebfc250817778b52bd84afd401732deb5b7 100644 (file)
@@ -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;
This page took 0.050858 seconds and 5 git commands to generate.