-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: I/O safety for module fcntl (#2434)
* refactor: I/O safety for module fcntl * fix: move the ownership from OwnedFd to Dir * style: format code * style: format code * chore: fix imports * chore: fix imports * chore: fix imports * chore: remove a redundant dot from FreeBSD example * docs: more examples * chore: changelog entry
- Loading branch information
Showing
10 changed files
with
437 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Public interfaces in `fcntl.rs` and `dir.rs` now use I/O-safe types. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.