pkarashchenko commented on code in PR #9951: URL: https://github.com/apache/nuttx/pull/9951#discussion_r1279905955
########## include/fcntl.h: ########## @@ -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 */ Review Comment: Why not `(1 << 13)`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org