This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some third-party code uses the existence of EPOLL_CLOEXEC to detect the availability of epoll_create1. This is not correct, since having up-to-date UAPI headers says nothing about the C library, but for the time being we don't want to harm adoption to the unified headers. We'll undef EPOLL_CLOEXEC if we don't have epoll_create1 for the time being, and maybe revisit this later. Test: make checkbuild Bug: android/ndk#302 Bug: android/ndk#394 Change-Id: I8ee9ce62768fb174070ec51d114f477389befc4a
- Loading branch information