mirror of git://sourceware.org/git/glibc.git
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>
|
2013-05-10 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
[BZ #15448]
|
[BZ #15448]
|
||||||
|
|
|
@ -87,7 +87,9 @@ enum
|
||||||
,
|
,
|
||||||
ST_NOEXEC = 8,
|
ST_NOEXEC = 8,
|
||||||
# define ST_NOEXEC ST_NOEXEC
|
# define ST_NOEXEC ST_NOEXEC
|
||||||
ST_SYNCHRONOUS = 16
|
ST_SYNCHRONOUS = 16,
|
||||||
# define ST_SYNCHRONOUS ST_SYNCHRONOUS
|
# define ST_SYNCHRONOUS ST_SYNCHRONOUS
|
||||||
|
ST_NOATIME = 32 /* Do not update access times. */
|
||||||
|
# define ST_NOATIME ST_NOATIME
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue