From ca16a404e210a4694c0cc29d1b17700163d9f4fe Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 9 Jan 2003 06:53:22 +0000 Subject: [PATCH] 2003-01-08 Roland McGrath * file.c [LINUX]: #undef st_[amc]time in case they are macros. --- file.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/file.c b/file.c index 67e3a5dd..a8aecf5d 100644 --- a/file.c +++ b/file.c @@ -116,6 +116,10 @@ struct stat { # include # undef stat # undef stat64 + /* These might be macros. */ +# undef st_atime +# undef st_mtime +# undef st_ctime # ifdef HPPA # define stat64 hpux_stat64 # endif -- 2.40.0