summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSteve Lau <stevelauc@outlook.com>2022-10-10 21:17:55 +0800
committerSteve Lau <stevelauc@outlook.com>2022-10-10 21:17:55 +0800
commitd19f1d3ce5797f5ea6dab8336034a3b3d080e4cf (patch)
tree4b6213139c94297eff8ebda36174e8300d1e7deb /CHANGELOG.md
parent7fa8edc6a767e49fb48143aae2b9a271bc16489b (diff)
downloadnix-d19f1d3ce5797f5ea6dab8336034a3b3d080e4cf.zip
add faccessat on illumos
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8678e3ed..6d45b963 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
([#1831](https://github.com/nix-rust/nix/pull/1831))
- Added `syncfs(2)` on Linux
([#1833](https://github.com/nix-rust/nix/pull/1833))
+- Added `faccessat(2)` on illumos
+ ([#1841](https://github.com/nix-rust/nix/pull/1841))
### Changed