summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-02-20 10:53:10 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-02-20 10:54:03 -0800
commit62667e387b24d413843e97860ab993b05d77c8cc (patch)
treea0535b9711ef8c284ada958556e0d99323d2c9e6 /doc
parentd42461c38d239087e6579ac357b3119b32dbfe2e (diff)
downloadgnulib-62667e387b24d413843e97860ab993b05d77c8cc.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/glibc-functions/getdtablesize.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/glibc-functions/getdtablesize.texi b/doc/glibc-functions/getdtablesize.texi
index 4c2cc856d9..f1314f0971 100644
--- a/doc/glibc-functions/getdtablesize.texi
+++ b/doc/glibc-functions/getdtablesize.texi
@@ -17,7 +17,7 @@ Android LP32.
@item
This function does not represent the true @code{RLIMIT_NOFILE} soft
limit on some platforms:
-Cygwin 1.7.25.
+Android LP32, Cygwin 1.7.25.
@end itemize
Portability problems not fixed by Gnulib: