debian man page for ndelay_off

Query: ndelay_off

OS: debian

Section: 3

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

ndelay_off(3)						     Library Functions Manual						     ndelay_off(3)

NAME
ndelay_off - put file descriptor in non-blocking mode
SYNTAX
#include <ndelay.h> extern int ndelay_off(int fd);
DESCRIPTION
ndelay_off puts a file descriptor in blocking mode. Reading from and writing to blocking network sockets, FIFOs or device files will pos- sibly not return immediately but wait on more input or buffer space for output. If an error occurred, ndelay_off will return nonzero and set errno accordingly.
SEE ALSO
fcntl(2), ndelay_on(3) ndelay_off(3)
Related Man Pages
pcap_getnonblock(3pcap) - debian
pcap_setnonblock(3pcap) - debian
pcap_getnonblock(3pcap) - centos
pcap_setnonblock(3pcap) - osx
pcap_setnonblock(3) - freebsd
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com