From d50f569c32238f81c4aa3ee0ec0191c11bfcfe6e Mon Sep 17 00:00:00 2001 From: Julian Squires Date: Tue, 2 May 2017 08:02:47 -0400 Subject: 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. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3