diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-05-10 23:10:52 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-05-10 23:10:52 +0000 |
commit | e169ea9b569d9e9a60bde4aebe960591bacaf4ef (patch) | |
tree | 8a14840e4fb4177c94d8e3f51e1b62cac56e6664 /sysdeps/unix/sysv/linux/alpha | |
parent | 6bad2cd171c7d81e9a43ccc79e91009438c948ac (diff) | |
download | glibc-e169ea9b569d9e9a60bde4aebe960591bacaf4ef.tar.gz glibc-e169ea9b569d9e9a60bde4aebe960591bacaf4ef.tar.xz glibc-e169ea9b569d9e9a60bde4aebe960591bacaf4ef.zip |
Updated to fedora-glibc-20070510T2308 cvs/fedora-glibc-2_5_90-24
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/bits/stat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/stat.h b/sysdeps/unix/sysv/linux/alpha/bits/stat.h index 40b6853430..42748be762 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/stat.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/stat.h @@ -149,3 +149,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 |