Skip to content

Commit

Permalink
Merge #843
Browse files Browse the repository at this point in the history
843: Support arbitrary baud rates on BSDs r=asomers a=Susurrus

Closes #842
  • Loading branch information
bors[bot] committed Jan 26, 2018
2 parents 43ac475 + 5f7a43a commit c55d793
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 58 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#814](https://github.com/nix-rust/nix/pull/814))
- Removed return type from `pause`.
([#829](https://github.com/nix-rust/nix/pull/829))
- Changed the termios APIs to allow for using a `u32` instead of the `BaudRate`
enum on BSD platforms to support arbitrary baud rates. See the module docs for
`nix::sys::termios` for more details.
([#843](https://github.com/nix-rust/nix/pull/843))

### Fixed
- Fix compilation and tests for OpenBSD targets
Expand Down
Loading

0 comments on commit c55d793

Please sign in to comment.