io_closeonexec(3) Library Functions Manual io_closeonexec(3)NAMEio_closeonexec - mark a file descriptor non-inheritableSYNTAX#include <io.h> void io_closeonexec(int64 fd);DESCRIPTIONio_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 ALSOio_wait(3), io_canwrite(3) io_closeonexec(3)
| Related Man Pages |
|---|
| io_canread(3) - debian |
| io_nonblock(3) - debian |
| io_trywrite(3) - debian |
| io_waitread(3) - debian |
| iob_send(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |