You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.