FreeBSD Manual Pages
io_block(3) Library Functions Manual io_block(3) NAME io_block - switch to blocking I/O SYNTAX #include <libowfat/io.h> void io_block(int64 fd); DESCRIPTION io_block puts UNIX descriptor fd into ``blocking mode.'' File descriptors are normally in blocking mode, except if they come from accept() or io_accept() and the listening socket was in non-block- ing mode. SEE ALSO io_nonblock(3) io_block(3)
NAME | SYNTAX | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_io_block&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>