[2/2] y2038: Remove not used __fstatat_time64 define

Message ID 20201013131603.12557-2-lukma@denx.de
State Committed
Commit af79ed5fb6a9beb7386e53f0771ccdcb8837aa35
Headers
Series [1/2] y2038: Adjust struct __stat64_t64 to be usable by redirected {f}stat{at} calls |

Commit Message

Lukasz Majewski Oct. 13, 2020, 1:16 p.m. UTC
  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 | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Andreas Schwab Oct. 13, 2020, 1:31 p.m. UTC | #1
On Okt 13 2020, Lukasz Majewski wrote:

> 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.

Ok.

Andreas.
  

Patch

diff --git a/include/sys/stat.h b/include/sys/stat.h
index 646a1622b3..108cb0c9bf 100644
--- a/include/sys/stat.h
+++ b/include/sys/stat.h
@@ -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);