summaryrefslogtreecommitdiff
path: root/doc/glibc-functions/getdtablesize.texi
blob: 921c9854524efc44dd92dbde979965f4b49a1cf9 (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 14.

@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