summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNathaniel Daniel <nathaniel.daniel12@gmail.com>2022-06-14 19:38:17 -0700
committerNathaniel Daniel <nathaniel.daniel12@gmail.com>2022-06-27 19:48:14 -0700
commit356ecce5cd196afe533d881d888856fd41fe624e (patch)
tree093b52eb3e75ed5cf6297a7cd356ec1a109c87dd /CHANGELOG.md
parent0922fd99e7c8cbe7334754d712e8450c29d3d8e7 (diff)
downloadnix-356ecce5cd196afe533d881d888856fd41fe624e.zip
Change gethostname to use a buffer of MaybeUninit values
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 b7c3df5f..6edfba90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1713](https://github.com/nix-rust/nix/pull/1713))
- `nix::poll::ppoll`: `sigmask` parameter is now optional.
(#[1739](https://github.com/nix-rust/nix/pull/1739))
+- Changed `gethostname` to use a buffer of `MaybeUninit` values.
+ (#[1745](https://github.com/nix-rust/nix/pull/1745))
### Fixed