Use ugly libc_stat trick also for stat64.

This commit is contained in:
Ulrich Drepper 1999-12-24 07:18:28 +00:00
parent 7a0b649aea
commit 0fa01d706f

2
file.c
View File

@ -106,8 +106,10 @@ struct stat {
# define loff_t loff_t
# endif
# define stat libc_stat
# define stat64 libc_stat64
# include <sys/stat.h>
# undef stat
# undef stat64
#else
# include <sys/stat.h>
#endif