GETDTABLESIZE(2,L) AIX Technical Reference GETDTABLESIZE(2,L) ------------------------------------------------------------------------------- getdtablesize PURPOSE Gets descriptor table size. SYNTAX int getdtablesize ( ) DESCRIPTION The getdtablesize system call returns the size of a process descriptor table, which has at least 20 slots for each process. Table entries consist of small integers starting at 0. In AIX, getdtablesize returns NOFILE, which is 200. RELATED INFORMATION In this book: "close, closex," "dup," "dup2," "open, openx, creat," and "select." Processed November 7, 1990 GETDTABLESIZE(2,L) 1