public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] y2038: Remove not used __fstatat_time64 define
@ 2020-10-15  9:10 Lukasz Majewski
  0 siblings, 0 replies; only message in thread
From: Lukasz Majewski @ 2020-10-15  9:10 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=af79ed5fb6a9beb7386e53f0771ccdcb8837aa35

commit af79ed5fb6a9beb7386e53f0771ccdcb8837aa35
Author: Lukasz Majewski <lukma@denx.de>
Date:   Tue Oct 13 14:46:39 2020 +0200

    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.

Diff:
---
 include/sys/stat.h | 1 -
 1 file changed, 1 deletion(-)

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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-15  9:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15  9:10 [glibc] y2038: Remove not used __fstatat_time64 define Lukasz Majewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).