Skip to content
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

Define FUSE_SUPER_MAGIC for Linux #2621

Closed
jiangliu opened this issue Jan 11, 2022 · 0 comments · Fixed by #2622
Closed

Define FUSE_SUPER_MAGIC for Linux #2621

jiangliu opened this issue Jan 11, 2022 · 0 comments · Fixed by #2622
Labels
C-bug Category: bug

Comments

@jiangliu
Copy link

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".

@jiangliu jiangliu added the C-bug Category: bug label Jan 11, 2022
devnexen added a commit to devnexen/libc that referenced this issue Jan 11, 2022
bors added a commit that referenced this issue Jan 12, 2022
linux GLIBC add FUSE_SUPER_MAGIC

close #2621
@bors bors closed this as completed in fc9854f Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant