Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ndelay_off(3)		    Library Functions Manual		   ndelay_off(3)

NAME
     ndelay_off - put file descriptor in non-blocking mode

SYNTAX
     #include <libowfat/ndelay.h>

     extern int ndelay_off(int fd);

DESCRIPTION
     ndelay_off puts a file descriptor in blocking mode.  Reading from and writ-
     ing  to  blocking	network sockets, FIFOs or device files will possibly 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  accord-
     ingly.

SEE ALSO
     fcntl(2), ndelay_on(3)

								   ndelay_off(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_ndelay_off&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help