summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJulian Squires <julian@cipht.net>2017-05-02 08:02:47 -0400
committerJulian Squires <julian@cipht.net>2017-06-15 06:38:46 -0400
commitd50f569c32238f81c4aa3ee0ec0191c11bfcfe6e (patch)
treebac695c2898deaa067e90200d1d6b59a4235c86a /CHANGELOG.md
parent06850b29100ac94a90b6d1ee736f2097235379b6 (diff)
downloadnix-d50f569c32238f81c4aa3ee0ec0191c11bfcfe6e.zip
Change sched_setaffinity's PID argument to pid_t
The officially documented type, and the type in sched.h, for this argument is pid_t.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b97155d..9eb9b913 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#542](https://github.com/nix-rust/nix/pull/542))
- Changed type signature of `sys::select::FdSet::contains` to make `self`
immutable ([#564](https://github.com/nix-rust/nix/pull/564))
+- Changed type of `sched::sched_setaffinity`'s `pid` argument to `pid_t`
### Removed
- Removed io::Error from nix::Error and conversion from nix::Error to Errno