mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
(ST_NODIRATIME): Set to 2048.
This commit is contained in:
parent
3217262d5b
commit
7716952c6c
@ -69,7 +69,7 @@ struct statvfs64
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Definitions for the flag in `f_flag'. These definitions should be
|
/* Definitions for the flag in `f_flag'. These definitions should be
|
||||||
kept in sync which the definitions in <sys/mount.h>. */
|
kept in sync with the definitions in <sys/mount.h>. */
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
ST_RDONLY = 1, /* Mount read-only. */
|
ST_RDONLY = 1, /* Mount read-only. */
|
||||||
@ -93,7 +93,7 @@ enum
|
|||||||
# define ST_IMMUTABLE ST_IMMUTABLE
|
# 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
|
# define ST_NOATIME ST_NOATIME
|
||||||
ST_NODIRATIME /* Do not update directory access times. */
|
ST_NODIRATIME = 2048 /* Do not update directory access times. */
|
||||||
# define ST_NODIRATIME ST_NODIRATIME
|
# define ST_NODIRATIME ST_NODIRATIME
|
||||||
#endif /* Use GNU. */
|
#endif /* Use GNU. */
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user