Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <unistd.h> int getdtablesize(void); |
Description getdtablesize()
is equivalent to the getrlimit()
function if RLIMIT_NOFILE
is
specified.
| ||
Return val. | Current limit for the number of simultaneously open file descriptors per process | |
if successful. | ||
-1 | if an error occurs. | |
Notes | There is no direct relationship between the value returned by | |
See also |
|