diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/statvfs.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/statvfs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/statvfs.h b/sysdeps/unix/sysv/linux/bits/statvfs.h index 85cdc9857b..fc63806848 100644 --- a/sysdeps/unix/sysv/linux/bits/statvfs.h +++ b/sysdeps/unix/sysv/linux/bits/statvfs.h @@ -87,6 +87,8 @@ enum #define ST_APPEND ST_APPEND ST_IMMUTABLE = 512, /* Immutable file. */ #define ST_IMMUTABLE ST_IMMUTABLE - ST_NOATIME = 1024 /* Do not update access times. */ + ST_NOATIME = 1024, /* Do not update access times. */ #define ST_NOATIME ST_NOATIME + ST_NODIRATIME /* Do not update directory access times. */ +#define ST_NODIRATIME ST_NODIRATIME }; |