summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2022-08-20 16:36:05 -0500
committerRyan Zoeller <rtzoeller@rtzoeller.com>2022-08-25 18:42:20 -0500
commit3dc163e780492fa7b2027460d062bc93adc22d77 (patch)
tree90fd37295f4199be63bc51923528067ea9fa98cd /CHANGELOG.md
parent97d6b43bcbbc7de7cb5dd017017aea3ee35e248f (diff)
downloadnix-3dc163e780492fa7b2027460d062bc93adc22d77.zip
Add sched_getaffinity and sched_setaffinity on FreeBSD
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7862427f..9aabc244 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,8 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased] - ReleaseDate
### Added
+- Added `sched_getaffinity` and `sched_setaffinity` on FreeBSD.
+ ([#1804](https://github.com/nix-rust/nix/pull/1804))
- Added `line_discipline` field to `Termios` on Linux, Android and Haiku
- ([#1805](https://github.com/nix-rust/nix/pull/1805))
+ ([#1805](https://github.com/nix-rust/nix/pull/1805))
### Changed