proc_fd_max()

Maximum number of file handles

Syntax:

int proc_fd_max(void);

Arguments:

no arguments

Description:

The maximum number of file handles that the kernel will allocate.

Return Values:

On success, returns file max. On error, -1 is returned.

See Also:

proc_fd_system(), proc_fd_disp(), proc_fd_limit()



INDEX