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/sparc | |
parent | 6bad2cd171c7d81e9a43ccc79e91009438c948ac (diff) | |
download | glibc-e169ea9b569d9e9a60bde4aebe960591bacaf4ef.tar glibc-e169ea9b569d9e9a60bde4aebe960591bacaf4ef.tar.gz glibc-e169ea9b569d9e9a60bde4aebe960591bacaf4ef.tar.bz2 glibc-e169ea9b569d9e9a60bde4aebe960591bacaf4ef.zip |
Updated to fedora-glibc-20070510T2308cvs/fedora-glibc-2_5_90-24
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/bits/stat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/stat.h b/sysdeps/unix/sysv/linux/sparc/bits/stat.h index 2fccb14cf9..17c912a70f 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/stat.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/stat.h @@ -163,3 +163,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 |