mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
Problem reported by Kevin Cernekee in: http://lists.gnu.org/archive/html/bug-gnulib/2015-02/msg00112.html * doc/glibc-functions/getdtablesize.texi (getdtablesize): Mention bug. * lib/getdtablesize.c (getdtablesize): Don't fall back on _SC_OPEN_MAX. Instead, just use getrlimit, taking care to avoid Cygwin bug. dup2, fcntl: cross-compile better for Android
26 lines
509 B
Plaintext
26 lines
509 B
Plaintext
@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
|