Linux Standard Base Core Specification 4.0 | ||
---|---|---|
<<< Previous | Next >>> |
The function getdtablesize() returns the number of files a process can have open.
Note: The getdtablesize() function is deprecated. Portable applications should call sysconf() with the
_SC_OPEN_MAX
option instead.
The getdtablesize()
function returns the current soft limit as if obtained by
a call to sysconf()
with the _SC_OPEN_MAX
option.
<<< Previous | Home | Next >>> |
getdomainname | Up | getgrent_r |