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:
@ -49,6 +49,7 @@
|
||||
# define O_NOFOLLOW 0x20000 /* Do not follow links. */
|
||||
# define O_DIRECT 0x8000 /* Direct disk access hint. */
|
||||
# define O_DIRECTORY 0x10000 /* Must be a directory. */
|
||||
# define O_NOATIME 0x40000 /* Do not set atime. */
|
||||
#endif
|
||||
|
||||
#define O_NDELAY O_NONBLOCK
|
||||
|
Reference in New Issue
Block a user