tmpfile: Add support for Android.
[gnulib.git] / doc / glibc-functions / getdtablesize.texi
blob9f0b39cd298d65240ed6fd79bdcc09d1e4f1c3b3
1 @node getdtablesize
2 @subsection @code{getdtablesize}
3 @findex getdtablesize
5 SUSv2 specification: @url{http://pubs.opengroup.org/onlinepubs/7908799/xsh/getdtablesize.html}
7 Gnulib module: getdtablesize
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Android LP64, mingw, MSVC 14, Android 9.0.
15 @item
16 This function is not declared on some platforms:
17 Android LP32.
19 @item
20 This function does not represent the true @code{RLIMIT_NOFILE} soft
21 limit on some platforms:
22 Android LP32, Cygwin 1.7.25.
23 @end itemize
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @item
28 On OpenVMS, this function returns the maximum number of open file descriptors
29 in a process.  The possible values of file descriptors are not constrained by
30 this function.
31 @end itemize