nuttx-apps/system/popen
zhangshoukui 7503f7bf33 popen: Replace fcntl with ioctl
The fcntl interface sets the O_CLOEXEC property by calling the ioctl interface. Let's call the ioctl interface directly.

Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com>
2024-08-16 19:48:18 +08:00
..
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
Kconfig system/popen: popen should depends on pipe() 2023-11-15 08:27:28 -08:00
Make.defs
Makefile
popen.c popen: Replace fcntl with ioctl 2024-08-16 19:48:18 +08:00