-
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: change name arg of memfd_create() to &NixPath (#2431)
* refactor: change name arg of memfd_create() to &NixPath * style: format test/sys/mod.rs * disable test and see if this symbol is still needed for build * test: disable test under QEMU since symbol is unavailable * test: move imports to function body * test: remove the test
- Loading branch information
Showing
2 changed files
with
13 additions
and
8 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 @@ | ||
Change the type of the `name` argument of `memfd_create()` from `&CStr` to `<P: NixPath>(name: &P)` |
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