DOKK / manpages / debian 12 / libowfat-dev / io_closeonexec.3.en
io_closeonexec(3) Library Functions Manual io_closeonexec(3)

io_closeonexec - mark a file descriptor non-inheritable

#include <libowfat/io.h>

void io_closeonexec(int64 fd);

io_closeonexec marks a file descriptor non-inheritable. It will be automatically closed if the process executes a different one. The descriptor will not be automatically closed when you fork() a new child process, though.

io_wait(3), io_canwrite(3)