Hash :
62667e38
Author :
Date :
2015-02-20T10:53:10
getdtablesize: port better for Android 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
@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