dnonblock.h
dnonblock.h
Section: libdaemon (3) Updated: 2 Feb 2010 Local index
Up
NAME
dnonblock.h -
Contains a single function used to change a file descriptor to non-blocking mode using fcntl().
SYNOPSIS
Functions
int daemon_nonblock (int fd, int b)
Change the passed file descriptor to non-blocking or blocking mode, depending on b.
Detailed Description
Contains a single function used to change a file descriptor to non-blocking mode using fcntl().
Definition in file dnonblock.h.
Function Documentation
int daemon_nonblock (int fd, int b)
Change the passed file descriptor to non-blocking or blocking mode, depending on b. Parameters:
-
fd The file descriptor to manipulation
b TRUE if non-blocking mode should be enabled, FALSE if it should be disabled
Returns:
-
Zero on success, nonzero on failure.
Author
Generated automatically by Doxygen for libdaemon from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Functions
-
- Detailed Description
-
- Function Documentation
-
- int daemon_nonblock (int fd, int b)
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:45:09 GMT, April 16, 2011