summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBastian Köcher <bastian@superscale.io>2017-06-21 13:32:31 +0200
committerBastian Köcher <git@kchr.de>2017-07-05 21:52:19 +0200
commitc5a066bed453b93bbf7b1a975690671bbd219400 (patch)
tree8f24fad62085197dae9e0b0289446cc77e08e0b9 /CHANGELOG.md
parente96de619df03fc3a2926153d8d32ae87f1eda186 (diff)
downloadnix-c5a066bed453b93bbf7b1a975690671bbd219400.zip
We need to pass by value and not by pointer for writing ioctls
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e44306f..c0fb9e21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#614](https://github.com/nix-rust/nix/pull/614))
### Changed
+- Changed ioctl! write to take argument by value instead as pointer.
+ If you need a pointer as argument, use ioctl! write buf.
+ ([#626](https://github.com/nix-rust/nix/pull/626))
- Marked `sys::mman::{ mmap, munmap, madvise, munlock, msync }` as unsafe.
([#559](https://github.com/nix-rust/nix/pull/559))
- Minimum supported Rust version is now 1.13