Skip to content

Commit

Permalink
Merge #630
Browse files Browse the repository at this point in the history
630: Add wrappers for sysconf(3), pathconf(2), and fpathconf(2) r=asomers
  • Loading branch information
bors[bot] committed Jul 15, 2017
2 parents da49f2a + b259964 commit f84a008
Show file tree
Hide file tree
Showing 3 changed files with 653 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

### Added
- Added `sysconf`, `pathconf`, and `fpathconf`
([#630](https://github.com/nix-rust/nix/pull/630)
- Added `sys::signal::SigAction::{ flags, mask, handler}`
([#611](https://github.com/nix-rust/nix/pull/609)
- Added `nix::sys::pthread::pthread_self`
Expand Down
Loading

0 comments on commit f84a008

Please sign in to comment.