dnonblock.h(3) | Library Functions Manual | dnonblock.h(3) |
dnonblock.h - Contains a single function used to change a file descriptor to non-blocking mode using fcntl().
int daemon_nonblock (int fd, int b)
Change the passed file descriptor to non-blocking or blocking mode, depending
on b.
Contains a single function used to change a file descriptor to non-blocking mode using fcntl().
Definition in file dnonblock.h.
Change the passed file descriptor to non-blocking or blocking mode, depending on b.
Parameters
Returns
Generated automatically by Doxygen for libdaemon from the source code.
Version 0.14 | libdaemon |