diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-12-22 19:00:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 19:00:26 +0000 |
commit | 78f2301a7404943eca69f024a9da775e2d5a44c5 (patch) | |
tree | ba4bb5c7e1485f55df15fb7fffc4a137f7f8b184 /CHANGELOG.md | |
parent | 3e952d3af7cf6a42c32c5d7415c6320db3545a6d (diff) | |
parent | e5af88425160d24a99c8a5cb40b7e6a4712bab0b (diff) | |
download | nix-78f2301a7404943eca69f024a9da775e2d5a44c5.zip |
Merge #1567
1567: Recent versions of Android support EPOLLEXCLUSIVE r=rtzoeller a=rtzoeller
[Corresponding libc change](https://github.com/rust-lang/libc/commit/36be4cd4f65c326f2a30d3afee50db78c014f07f).
Enable the epoll tests on Android, because they are passing.
Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 745f6a2e..5c4c3eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Added fine-grained features flags. Most Nix functionality can now be conditionally enabled. By default, all features are enabled. (#[1611](https://github.com/nix-rust/nix/pull/1611)) +- Added `EPOLLEXCLUSIVE` on Android. + (#[1567](https://github.com/nix-rust/nix/pull/1567)) ### Changed ### Fixed |