LingaoM commented on code in PR #19456: URL: https://github.com/apache/nuttx/pull/19456#discussion_r3620920725
########## include/nuttx/fs/hostfs.h: ########## @@ -113,6 +113,21 @@ #define NUTTX_CH_STAT_ATIME (1 << 3) #define NUTTX_CH_STAT_MTIME (1 << 4) +/* These must exactly match the definitions from include/fcntl.h: */ + +#define NUTTX_F_DUPFD 0 Review Comment: Good idea. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
