summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f2118c149..67ad015fd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2015-02-20 Paul Eggert <eggert@cs.ucla.edu>
+ 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.
+
poll: fixes for large fds
* lib/poll.c (poll): Don't check directly for NFD too large.
Don't rely on undefined behavior in FD_SET when an arg exceeds
@@ -15,7 +22,7 @@
2015-02-18 Paul Eggert <eggert@cs.ucla.edu>
- dup2, fcntl: cross-compiler better for Android
+ dup2, fcntl: cross-compile better for Android
Problem reported by Kevin Cernekee in:
http://lists.gnu.org/archive/html/bug-gnulib/2015-02/msg00109.html
* m4/dup2.m4 (gl_FUNC_DUP2): Don't guess no when cross-compiling