sgysh commented on a change in pull request #1800: URL: https://github.com/apache/incubator-nuttx/pull/1800#discussion_r489282053
########## File path: fs/vfs/fs_ioctl.c ########## @@ -194,6 +194,12 @@ int nx_vioctl(int fd, int req, va_list ap) nx_fcntl(fd, F_GETFL) & ~O_NONBLOCK); } break; + case FIOCLEX: + ret = nx_fcntl(fd, F_SETFD, FD_CLOEXEC); Review comment: I changed them in the commit https://github.com/apache/incubator-nuttx/pull/1800/commits/ac0c605c57e86445ac2aebcb6005b18bf268425a ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org