diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-15 21:48:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-15 21:48:56 +0000 |
commit | 449a85c1b5337c4447b779482cced6b630ccfffc (patch) | |
tree | 5d3a7fbe32f37dda294ed30c44ef6ba66e1838e4 /include | |
parent | 659f290ad4891da6c88e81b2c9649de1b3bf74ae (diff) | |
download | glibc-449a85c1b5337c4447b779482cced6b630ccfffc.tar.gz glibc-449a85c1b5337c4447b779482cced6b630ccfffc.tar.xz glibc-449a85c1b5337c4447b779482cced6b630ccfffc.zip |
Update.
2002-04-15 Ulrich Drepper <drepper@redhat.com> * include/sys/stat.h: Fix typo. Patch by HJ Lu.
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/stat.h | 2 |
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; |