From e169ea9b569d9e9a60bde4aebe960591bacaf4ef Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 10 May 2007 23:10:52 +0000 Subject: Updated to fedora-glibc-20070510T2308 --- sysdeps/unix/sysv/linux/x86_64/bits/stat.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sysdeps/unix/sysv/linux/x86_64/bits/stat.h') diff --git a/sysdeps/unix/sysv/linux/x86_64/bits/stat.h b/sysdeps/unix/sysv/linux/x86_64/bits/stat.h index e756d7e8ca..add2c8eca3 100644 --- a/sysdeps/unix/sysv/linux/x86_64/bits/stat.h +++ b/sysdeps/unix/sysv/linux/x86_64/bits/stat.h @@ -201,3 +201,9 @@ struct stat64 #define __S_IREAD 0400 /* Read by owner. */ #define __S_IWRITE 0200 /* Write by owner. */ #define __S_IEXEC 0100 /* Execute by owner. */ + +#if defined __USE_ATFILE || defined __USE_GNU +/* XXX This will change to the macro for the next 2008 POSIX revision. */ +# define UTIME_NOW ((1l << 30) - 1l) +# define UTIME_OMIT ((1l << 30) - 2l) +#endif -- cgit v1.2.3