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

Missing XFS_SUPER_MAGIC for android target #2948

Closed
MrCroxx opened this issue Oct 8, 2022 · 0 comments · Fixed by #2949
Closed

Missing XFS_SUPER_MAGIC for android target #2948

MrCroxx opened this issue Oct 8, 2022 · 0 comments · Fixed by #2949
Labels
C-API-request Category: API request

Comments

@MrCroxx
Copy link
Contributor

MrCroxx commented Oct 8, 2022

Target Triple: *-linux-android
API: https://android.googlesource.com/platform/bionic/+/master/libc/include/sys/vfs.h#105

Bionic libc for Android has exported XFS_SUPER_MAGIC, but rust libc hasn't.

I'm not that familiar with Android, but when I was fixing the same problem for rust lib nix, I found that rust libc missed the constant for android target and I checked the bionic libc source code. I will send a PR if there is no problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-API-request Category: API request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant