summaryrefslogtreecommitdiff
path: root/doc/glibc-functions/getdtablesize.texi
blob: f1314f0971e5ee064adccae35f8db15de66c364d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@node getdtablesize
@subsection @code{getdtablesize}
@findex getdtablesize

Gnulib module: getdtablesize

Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
Android LP64, mingw, MSVC 9.

@item
This function is not declared on some platforms:
Android LP32.

@item
This function does not represent the true @code{RLIMIT_NOFILE} soft
limit on some platforms:
Android LP32, Cygwin 1.7.25.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize