summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2021-02-15 11:01:34 +0100
committerнаб <nabijaczleweli@nabijaczleweli.xyz>2021-02-15 19:28:17 +0100
commit7cdae09e2957f8578c9b8cd88934c669a2f3a13b (patch)
treecd7d5d6345777cef2c47561274ab04e7364762a7
parent95559c6dffe6ece478fa8de1f5cbddb20c644184 (diff)
downloadnix-7cdae09e2957f8578c9b8cd88934c669a2f3a13b.zip
Log x32 fixes
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f67271f..c18d70cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,9 +14,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Implemented `IntoIterator` for `Dir`
(#[1333](https://github.com/nix-rust/nix/pull/1333)).
### Changed
+
### Fixed
- Define `*_MAGIC` filesystem constants on Linux s390x
(#[1372](https://github.com/nix-rust/nix/pull/1372))
+- mqueue, sysinfo, timespec, statfs, test_ptrace_syscall() on x32
+ (#[1366](https://github.com/nix-rust/nix/pull/1366))
### Changed