1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

[BZ #341] (O_NOATIME): Define.

This commit is contained in:
Andreas Jaeger
2004-08-23 07:28:46 +00:00
parent ef786da12d
commit c18f7e37a0
13 changed files with 15 additions and 2 deletions

View File

@ -46,6 +46,7 @@
# define O_DIRECT 0400000 /* Direct disk access. */
# define O_DIRECTORY 040000 /* Must be a directory. */
# define O_NOFOLLOW 0100000 /* Do not follow links. */
# define O_NOATIME 01000000 /* Do not set atime. */
#endif
#ifdef __USE_LARGEFILE64