freebsd man page for getdtablesize

Query: getdtablesize

OS: freebsd

Section: 2

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GETDTABLESIZE(2)					      BSD System Calls Manual						  GETDTABLESIZE(2)

NAME
getdtablesize -- get file descriptor limit
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <unistd.h> int getdtablesize(void);
DESCRIPTION
The getdtablesize() system call returns the maximum number of file descriptors that the current process may open. The maximum file descrip- tor number that the system may assign is the return value minus one. Existing file descriptor numbers may be higher if the limit was lowered after they were opened.
SEE ALSO
close(2), closefrom(2), dup(2), getrlimit(2), sysconf(2)
HISTORY
The getdtablesize() system call appeared in 4.2BSD.
BSD
April 24, 2013 BSD
Related Man Pages
getdtablesize(2) - linux
getdtablesize(2) - debian
getdtablesize(2) - suse
getdtablesize(2) - hpux
getdtablesize(3) - minix
Similar Topics in the Unix Linux Community
unresolved symbol on AIX 5.2
terminal problem
which signal will flush the file buffer in C/C++
how to programing daemon to create log record every second
Why do I receive Program received signal SIGABRT, Aborted?