crc: Fix build rules with Automake's option 'subdir-objects'.
[gnulib.git] / doc / glibc-functions / getdtablesize.texi
blob20cf0bcf7947f2623656c272a0c6282c19ee56f2
1 @node getdtablesize
2 @subsection @code{getdtablesize}
3 @findex getdtablesize
5 SUSv2 specification: @url{https://pubs.opengroup.org/onlinepubs/7908799/xsh/getdtablesize.html}
7 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-getdtablesize.html}
9 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getdtablesize.3.html,,man getdtablesize}
11 Gnulib module: getdtablesize
12 @mindex getdtablesize
14 Portability problems fixed by Gnulib:
15 @itemize
16 @item
17 This function is missing on some platforms:
18 Android LP64, mingw, MSVC 14, Android 9.0.
19 @item
20 This function is not declared on some platforms:
21 Android 13 (LP32?).
22 @item
23 This function does not represent the true @code{RLIMIT_NOFILE} soft
24 limit on some platforms:
25 Android 13 (LP32?), Cygwin 1.7.25.
26 @end itemize
28 Portability problems not fixed by Gnulib:
29 @itemize
30 @item
31 On OpenVMS, this function returns the maximum number of open file descriptors
32 in a process.  The possible values of file descriptors are not constrained by
33 this function.
34 @end itemize