Hurd: add ST_NOATIME

This commit is contained in:
Pino Toscano 2013-05-10 20:39:32 +02:00
parent 8a67a4b343
commit f63fae7378
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-05-10 Pino Toscano <toscano.pino@tiscali.it>
* sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
2013-05-10 Andreas Jaeger <aj@suse.de>
[BZ #15448]

View File

@ -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
};