mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
Hurd: add ST_NOATIME
This commit is contained in:
parent
8a67a4b343
commit
f63fae7378
@ -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]
|
||||
|
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user