1io_block(3) Library Functions Manual io_block(3)
23
4
NAME
6io_block - switch to blocking I/O
7
SYNTAX
9#include <io.h>
1011
void io_block(int64 fd);
12
DESCRIPTION
14io_block puts UNIX descriptor fd into ``blocking mode.''
1516
File descriptors are normally in blocking mode, except if they come
17from accept() or io_accept() and the listening socket was in non-block‐
18ing mode.
19
SEE ALSO
21io_nonblock(3)
2223
24
25
io_block(3)