Skip to content

Commit f84a008

Browse files
committed
Merge #630
630: Add wrappers for sysconf(3), pathconf(2), and fpathconf(2) r=asomers
2 parents da49f2a + b259964 commit f84a008

File tree

3 files changed

+653
-1
lines changed

3 files changed

+653
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
## [Unreleased]
77

88
### Added
9+
- Added `sysconf`, `pathconf`, and `fpathconf`
10+
([#630](https://github.com/nix-rust/nix/pull/630)
911
- Added `sys::signal::SigAction::{ flags, mask, handler}`
1012
([#611](https://github.com/nix-rust/nix/pull/609)
1113
- Added `nix::sys::pthread::pthread_self`

0 commit comments

Comments
 (0)