Consolodate the Linux *_SUPER_MAGIC constants.#2639
Merged
bors merged 4 commits intorust-lang:masterfrom Jan 25, 2022
Merged
Conversation
Move the Linux `*_SUPER_MAGIC` constants out of android/uclibc/gnu-specific directories and into the common `linux_like` directory so that they're available on all Linux-family platforms, and so that that all Linux-family platforms have all the constants.
|
r? @Amanieu (rust-highfive has picked a reviewer for you, use r? to override) |
Member
|
@bors r+ |
Contributor
|
📌 Commit f7f0656 has been approved by |
bors
added a commit
that referenced
this pull request
Jan 21, 2022
…anieu Consolodate the Linux `*_SUPER_MAGIC` constants. Move the Linux `*_SUPER_MAGIC` constants out of android/uclibc/gnu-specific directories and into the common `linux_like` directory so that they're available on all Linux-family platforms, and so that that all Linux-family platforms have all the constants.
Contributor
Contributor
|
💔 Test failed - checks-actions |
Member
|
I think this is the same as #2633: the musl version used in CI doesn't have the BINDERFS magic, which is causing the check to fail. |
Member
|
@bors r+ |
Contributor
|
📌 Commit d0891d9 has been approved by |
Contributor
bors
added a commit
that referenced
this pull request
Jan 24, 2022
…anieu Consolodate the Linux `*_SUPER_MAGIC` constants. Move the Linux `*_SUPER_MAGIC` constants out of android/uclibc/gnu-specific directories and into the common `linux_like` directory so that they're available on all Linux-family platforms, and so that that all Linux-family platforms have all the constants.
Contributor
|
💔 Test failed - checks-actions |
Member
|
@bors r+ |
Contributor
|
📌 Commit 4875c52 has been approved by |
Contributor
bors
added a commit
that referenced
this pull request
Jan 24, 2022
…anieu Consolodate the Linux `*_SUPER_MAGIC` constants. Move the Linux `*_SUPER_MAGIC` constants out of android/uclibc/gnu-specific directories and into the common `linux_like` directory so that they're available on all Linux-family platforms, and so that that all Linux-family platforms have all the constants.
Contributor
|
💔 Test failed - checks-actions |
Member
|
@bors r+ |
Contributor
|
📌 Commit 338ac98 has been approved by |
Contributor
Contributor
|
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
Closed
bors bot
added a commit
to nix-rust/nix
that referenced
this pull request
May 7, 2022
1717: Define FsType constants for musl r=asomers a=jirutka These constants are provided by Linux (linux/magic.h), not libc. See rust-lang/libc#2639. Co-authored-by: Jakub Jirutka <jakub@jirutka.cz>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Move the Linux
*_SUPER_MAGICconstants out ofandroid/uclibc/gnu-specific directories and into the common
linux_likedirectoryso that they're available on all Linux-family platforms, and so that that all
Linux-family platforms have all the constants.