summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 20:06:45 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 20:06:45 +0000
commit5fbd1a9aad274b17f2788dd22e5306cba07dab71 (patch)
tree47a0ffb49946de4936603e808f454578ba414547 /sysdeps/mach/hurd
parentc23ecd8b107c9f650b5033eedff75c0c310467fb (diff)
parent72b2e72dc0f0bcc64f3a91f1e1d5986c186b7880 (diff)
Merge branch 't/UTIME' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/bits/stat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/mach/hurd/bits/stat.h b/sysdeps/mach/hurd/bits/stat.h
index 4fa940ca5f..cb8680e000 100644
--- a/sysdeps/mach/hurd/bits/stat.h
+++ b/sysdeps/mach/hurd/bits/stat.h
@@ -244,11 +244,6 @@ struct stat64
# define SF_NOUNLINK 0x00100000 /* file may not be removed or renamed */
# define SF_SNAPSHOT 0x00200000 /* snapshot inode */
-#ifdef __USE_ATFILE
-# define UTIME_NOW -1 /* corresponds to the current time */
-# define UTIME_OMIT -2 /* target time is omitted */
-#endif
-
__BEGIN_DECLS
/* Set file flags for FILE to FLAGS. */