]> Savannah Git Hosting - gnulib.git/commit
getdtablesize: Fix Android build
authorKevin Cernekee <cernekee@google.com>
Wed, 11 Feb 2015 23:22:51 +0000 (15:22 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Feb 2015 23:47:44 +0000 (15:47 -0800)
commit7434c476c3e8743841c4bdcd1dda54f673590bf2
tree9c580a9be5667d163ed4a15bda991aaddc0133a9
parent60f0efb19aec30f96bddb12b093292f3d051616d
getdtablesize: Fix Android build

* m4/getdtablesize.m4: Add Android case to host OS check.  Recent NDK
versions have this symbol in the .so library (at least 32-bit
platforms) but are missing the declaration in the header file,
causing the m4 logic to guess incorrectly.
ChangeLog
m4/getdtablesize.m4