io_closeonexec(3) debian man page | unix.com

Man Page: io_closeonexec

Operating Environment: debian

Section: 3

io_closeonexec(3)					     Library Functions Manual						 io_closeonexec(3)

NAME
io_closeonexec - mark a file descriptor non-inheritable
SYNTAX
#include <io.h> void io_closeonexec(int64 fd);
DESCRIPTION
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.
SEE ALSO
io_wait(3), io_canwrite(3) io_closeonexec(3)
Related Man Pages
close(2) - bsd
io_waitread(3) - debian
close(2) - minix
close(2) - opendarwin
close(2) - netbsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Detecting unused variables...
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph