diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2013-05-10 20:39:32 +0200 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2013-05-10 20:39:32 +0200 |
commit | f63fae737800773c68bb6472ae8b55a46432515e (patch) | |
tree | 598e4d6416797de79e1a2ee2ac7f096762432f41 /sysdeps | |
parent | 8a67a4b3435d8471523d3ae4f7cb46cf9b8d72d9 (diff) | |
download | glibc-f63fae737800773c68bb6472ae8b55a46432515e.zip glibc-f63fae737800773c68bb6472ae8b55a46432515e.tar.gz glibc-f63fae737800773c68bb6472ae8b55a46432515e.tar.bz2 |
Hurd: add ST_NOATIME
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/bits/statvfs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/bits/statvfs.h b/sysdeps/mach/hurd/bits/statvfs.h index ecde762..68bd058 100644 --- a/sysdeps/mach/hurd/bits/statvfs.h +++ b/sysdeps/mach/hurd/bits/statvfs.h @@ -87,7 +87,9 @@ enum , ST_NOEXEC = 8, # define ST_NOEXEC ST_NOEXEC - ST_SYNCHRONOUS = 16 + ST_SYNCHRONOUS = 16, # define ST_SYNCHRONOUS ST_SYNCHRONOUS + ST_NOATIME = 32 /* Do not update access times. */ +# define ST_NOATIME ST_NOATIME #endif }; |