We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6308ef8 commit 685fc58Copy full SHA for 685fc58
CHANGELOG.md
@@ -16,7 +16,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
16
17
### Changed
18
### Fixed
19
+
20
### Removed
21
+- Removed `lutimes` on OpenBSD as it is not implemented on OpenBSD.
22
+ ([#1000](https://github.com/nix-rust/nix/pull/1000))
23
+- Removed `fexecve` on NetBSD and OpenBSD. Although rust-lang/libc includes it
24
+ (under `unix/bsd/netbsdlike/`) `fexecve` is not currently implemented on NetBSD
25
+ nor on OpenBSD. ([#1000](https://github.com/nix-rust/nix/pull/1000))
26
27
## [0.12.0] 2018-11-28
28
0 commit comments