We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc0707 commit aba3de9Copy full SHA for aba3de9
CHANGELOG.md
@@ -22,6 +22,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
22
([#739](https://github.com/nix-rust/nix/pull/739))
23
- Expose `signalfd` module on Android as well.
24
25
+- Added the `ptsname_r` function for macOS and iOS that emulates Linux's `ptsname_r` behavior.
26
+ ([#742](https://github.com/nix-rust/nix/pull/742))
27
28
### Changed
29
- Renamed existing `ptrace` wrappers to encourage namespacing ([#692](https://github.com/nix-rust/nix/pull/692))
0 commit comments