We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The definition of FUSE_SUPER_MAGIC is missing from file src/libc/unix/linux_like/linux/gnu/mod.rs . According to https://man7.org/linux/man-pages/man2/fstatfs64.2.html, FUSE_SUPER_MAGIC should be "0x65735546".
FUSE_SUPER_MAGIC
The text was updated successfully, but these errors were encountered:
linux GLIBC add FUSE_SUPER_MAGIC
ad4ec85
close rust-lang#2621
Auto merge of #2622 - devnexen:fuse_super_magic, r=Amanieu
26b68f8
linux GLIBC add FUSE_SUPER_MAGIC close #2621
fc9854f
Successfully merging a pull request may close this issue.
The definition of
FUSE_SUPER_MAGIC
is missing from file src/libc/unix/linux_like/linux/gnu/mod.rs .According to https://man7.org/linux/man-pages/man2/fstatfs64.2.html, FUSE_SUPER_MAGIC should be "0x65735546".
The text was updated successfully, but these errors were encountered: