summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-02-06 17:10:45 +0000
committerGitHub <noreply@github.com>2022-02-06 17:10:45 +0000
commit0bd56d96e3b2a4b19ef539e6bd01f3441ecfed1d (patch)
treec0fda4050b69288d46ed39fbcbe9ac26fa4e4d87 /CHANGELOG.md
parent2143ffe90dbe6821f59d8a775853bcc4cba4dcca (diff)
parent9269056e8e6543ae957a32141e33fd425e9e94d2 (diff)
downloadnix-0bd56d96e3b2a4b19ef539e6bd01f3441ecfed1d.zip
Merge #1654
1654: Add accept4 on DragonFly, Emscripten, Fuchsia, Illumos, and NetBSD. r=rtzoeller a=rtzoeller Expand accept4 support to more platforms. Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39bceab7..7433db13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1636](https://github.com/nix-rust/nix/pull/1636))
- Added `fspacectl` on FreeBSD
(#[1640](https://github.com/nix-rust/nix/pull/1640))
+- Added `accept4` on DragonFly, Emscripten, Fuchsia, Illumos, and NetBSD.
+ (#[1654](https://github.com/nix-rust/nix/pull/1654))
### Changed