about summary refs log tree commit diff
path: root/include/sys
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2020-10-13 14:46:39 +0200
committerLukasz Majewski <lukma@denx.de>2020-10-15 09:35:53 +0200
commitaf79ed5fb6a9beb7386e53f0771ccdcb8837aa35 (patch)
tree20e2b75d8d6544354da44a1c99eaa2b31a87c7bd /include/sys
parent29e9874a048f47e2d46c40253036c8d2de921548 (diff)
downloadglibc-af79ed5fb6a9beb7386e53f0771ccdcb8837aa35.tar.gz
glibc-af79ed5fb6a9beb7386e53f0771ccdcb8837aa35.tar.xz
glibc-af79ed5fb6a9beb7386e53f0771ccdcb8837aa35.zip
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.
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/stat.h1
1 files changed, 0 insertions, 1 deletions
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);