Skip to content

Missing XFS_SUPER_MAGIC for android target #2948

@MrCroxx

Description

@MrCroxx
Contributor

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.

Activity

added a commit that references this issue on Oct 9, 2022
f064e97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @MrCroxx

      Issue actions

        Missing XFS_SUPER_MAGIC for android target · Issue #2948 · rust-lang/libc