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)NAMEndelay_off - put file descriptor in non-blocking modeSYNTAX#include <ndelay.h> extern int ndelay_off(int fd);DESCRIPTIONndelay_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 ALSOfcntl(2), ndelay_on(3) ndelay_off(3)
Related Man Pages |
---|
pcap_getnonblock(3pcap) - centos |
pcap_setnonblock(3pcap) - osx |
pcap_getnonblock(3) - freebsd |
stream_set_blocking(3) - php |
pcap_getnonblock(3pcap) - suse |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
One instance of comparing grep and awk |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |