debian man page for io_block

Query: io_block

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

io_block(3)						     Library Functions Manual						       io_block(3)

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-block- ing mode.
SEE ALSO
io_nonblock(3) io_block(3)
Related Man Pages
pcap_setnonblock(3pcap) - mojave
io_canwrite(3) - debian
io_nonblock(3) - debian
pcap_getnonblock(3pcap) - centos
stream_set_blocking(3) - php
Similar Topics in the Unix Linux Community
gzip produces different output from the same input
Need help in Shell scripting
How to determine the encoding of this dd image?
Samba on AIX, issues setting read-only flag on files?
Script to copy creation date over top of modified date?