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

Add memfd for target_os = "android" #1773

Merged
merged 1 commit into from
Jul 25, 2022
Merged

Add memfd for target_os = "android" #1773

merged 1 commit into from
Jul 25, 2022

Commits on Jul 25, 2022

  1. Add memfd for target_os = "android"

    Memory fds (`memfd`) are implemented and exported by Androids bionic.
    Export the `memfd` module if the target os is `android`.
    
    https://cs.android.com/android/platform/superproject/+/master:bionic/libc/include/sys/mman.h;drc=23c7543b8e608ebcbb38b952761b54bb56065577;bpv=1;bpt=1;l=182
    flxo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    e357d60 View commit details
    Browse the repository at this point in the history