Skip to content

Commit

Permalink
added Changelog entry for sched_getaffinity()
Browse files Browse the repository at this point in the history
  • Loading branch information
thib-ack committed Nov 1, 2019
1 parent c7684b3 commit 30aad7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -20,6 +20,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added `mkfifoat`
([#1133](https://github.com/nix-rust/nix/pull/1133))

- Added `sched_getaffinity`.
([#1148](https://github.com/nix-rust/nix/pull/1148))

### Changed
- `sys::socket::recvfrom` now returns
`Result<(usize, Option<SockAddr>)>` instead of `Result<(usize, SockAddr)>`.
Expand Down

0 comments on commit 30aad7c

Please sign in to comment.