I wrote: > - If you are using an Android NDK with __ANDROID_API__ being >= 23, > the function __fpending exists and is declared, and therefore the > Gnulib m4/fpending.m4 arranges to not compile fpending.c.
More exactly: - If you are using an Android NDK r14b or newer, with __ANDROID_API__ being >= 23, the function __fpending exists and is declared (in <stdio_ext.h>, that was added in NDK r14b), and therefore the Gnulib m4/fpending.m4 arranges to not compile fpending.c. Bruno