mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2002-04-15 Ulrich Drepper <drepper@redhat.com> * include/sys/stat.h: Fix typo. Patch by HJ Lu.
This commit is contained in:
parent
659f290ad4
commit
449a85c1b5
@ -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>
|
2002-04-14 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* locale/programs/charmap.c (charmap_read): Don't access result if
|
* locale/programs/charmap.c (charmap_read): Don't access result if
|
||||||
|
@ -15,7 +15,7 @@ extern int __fxstat_internal (int __ver, int __fildes,
|
|||||||
struct stat *__stat_buf) attribute_hidden;
|
struct stat *__stat_buf) attribute_hidden;
|
||||||
extern int __fxstat64_internal (int __ver, int __fildes,
|
extern int __fxstat64_internal (int __ver, int __fildes,
|
||||||
struct stat64 *__stat_buf) attribute_hidden;
|
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;
|
struct stat *__stat_buf) attribute_hidden;
|
||||||
extern int __lxstat64_internal (int __ver, __const char *__file,
|
extern int __lxstat64_internal (int __ver, __const char *__file,
|
||||||
struct stat64 *__stat_buf) attribute_hidden;
|
struct stat64 *__stat_buf) attribute_hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user