mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
y2038: Remove not used __fstatat_time64 define
This define is only present in the ./include/sys/stat.h file. As it is not used in any other place it is eligible to be removed.
This commit is contained in:
parent
29e9874a04
commit
af79ed5fb6
@ -50,7 +50,6 @@ hidden_proto (__fstatat64)
|
||||
# define __stat64_time64 __stat64
|
||||
# define __fstat64_time64 __fstat64
|
||||
# define __lstat64_time64 __lstat64
|
||||
# define __fstatat_time64 __fstatat
|
||||
# define __fstatat64_time64 __fstatat64
|
||||
# else
|
||||
extern int __stat64_time64 (const char *file, struct __stat64_t64 *buf);
|
||||
|
Loading…
Reference in New Issue
Block a user