Re: [PATCH] Fixed Android support

2017-06-01 Thread Marc Lehmann
On Wed, May 31, 2017 at 10:18:13PM -0700, enh wrote: > >> presence of EPOLL_CLOEXEC doesn't necessarily imply the presence of > >> epoll_create1 on Android. This is because (as of NDK r15) we're using > > > > If android uses header files that don't match it's libc *on purpose*

Re: [PATCH] Fixed Android support

2017-05-31 Thread Marc Lehmann
On Tue, May 30, 2017 at 05:28:07PM -0700, enh wrote: > The attached patch fixes Android NDK bug > https://github.com/android-ndk/ndk/issues/396 --- basically the > presence of EPOLL_CLOEXEC doesn't necessarily imply the presence of > epoll_create1 on Android. This is because (as