io_block

Langue: en

Version: 168597 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

io_block - switch to blocking I/O

SYNTAX

#include <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-blocking mode.

SEE ALSO

io_nonblock(3)