]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
y2038: Remove not used __fstatat_time64 define
authorLukasz Majewski <lukma@denx.de>
Tue, 13 Oct 2020 12:46:39 +0000 (14:46 +0200)
committerLukasz Majewski <lukma@denx.de>
Thu, 15 Oct 2020 07:35:53 +0000 (09:35 +0200)
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.

include/sys/stat.h

index 646a1622b3b8063b8069e6479bf51f10f83fbdce..108cb0c9bfdb17a8754916d2d283e74669ffe4e0 100644 (file)
@@ -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);