mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
dc2dac2377
refs: https://man7.org/linux/man-pages/man2/dup.2.html The two file descriptors do not share file descriptor flags (the close-on-exec flag). The close-on-exec flag (FD_CLOEXEC; see fcntl(2)) for the duplicate descriptor is off. Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>