mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08:00
include/fcntl.h: add O_NOATIME flags
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
#define O_CLOEXEC (1 << 10) /* Close on execute */
|
||||
#define O_DIRECTORY (1 << 11) /* Must be a directory */
|
||||
#define O_NOFOLLOW (1 << 12) /* Don't follow links */
|
||||
#define O_NOATIME (1 << 18) /* Don't update the file last access time */
|
||||
|
||||
/* Unsupported, but required open flags */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user