-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linux GLIBC add FUSE_SUPER_MAGIC #2622
Conversation
r? @Amanieu (rust-highfive has picked a reviewer for you, use r? to override) |
src/unix/linux_like/linux/gnu/mod.rs
Outdated
@@ -921,6 +922,7 @@ cfg_if! { | |||
pub const EXT3_SUPER_MAGIC: ::c_uint = 0x0000ef53; | |||
pub const EXT4_SUPER_MAGIC: ::c_uint = 0x0000ef53; | |||
pub const F2FS_SUPER_MAGIC: ::c_uint = 0xf2f52010; | |||
pub const FUSE_SUPER_MAGIC: ::c_long = 0x65735546; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ad4ec85
to
fc9854f
Compare
@bors r+ |
📌 Commit fc9854f has been approved by |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
close #2621