We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cad96d commit b7ca1bcCopy full SHA for b7ca1bc
CHANGELOG.md
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
## [Unreleased]
7
8
### Changed
9
+- Added `getpgid` in `::nix::unistd`
10
+ ([#433](https://github.com/nix-rust/nix/pull/433))
11
- `pipe2` now calls `libc::pipe2` where available. Previously it was emulated
12
using `pipe`, which meant that setting `O_CLOEXEC` was not atomic.
13
([#427](https://github.com/nix-rust/nix/pull/427))
0 commit comments