nuttx-apps/examples/poll
wanggang26 eab2cba4a1 enable SOCK_CLOEXEC explicit
leaking here means fork/vfork will duplicate fd without O_CLOEXEC flag
to the child process.

Signed-off-by: wanggang26 <wanggang26@xiaomi.com>
2024-09-26 16:13:29 +08:00
..
CMakeLists.txt cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
host.c Replace all sprintf with snprintf 2023-05-08 21:35:16 +03:00
Kconfig
Make.defs
Makefile
Makefile.host
net_listener.c enable SOCK_CLOEXEC explicit 2024-09-26 16:13:29 +08:00
net_reader.c enable SOCK_CLOEXEC explicit 2024-09-26 16:13:29 +08:00
poll_internal.h
poll_listener.c fs/epoll: fix compile break about change type of pollevent_t 2022-04-07 12:13:22 +08:00
poll_main.c example/poll: add delay for poll testcase 2023-08-11 15:35:06 +08:00
select_listener.c Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 18:40:23 +02:00