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

[main] Apply three pull requests to main #3872

Merged
merged 3 commits into from
Aug 29, 2024
Merged

Commits on Aug 28, 2024

  1. xrOS support

    Swapped to visionOS target_os
    
    (apply <rust-lang#3568> to `main`)
    [ resolve conflicts - Trevor ]
    (cherry picked from commit b5b0f69)
    agg23 authored and tgross35 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    41f7f37 View commit details
    Browse the repository at this point in the history
  2. Add SYS_lseek and SYS_mmap for aarch64 Android

    Values are sourced from
    https://android.googlesource.com/platform/bionic/+/0339184/libc/kernel/uapi/asm-generic/unistd.h.
    
    (apply <rust-lang#3632> to `main`)
    [ resolve conflicts - Trevor ]
    (cherry picked from commit 0b08bd5)
    lberrymage authored and tgross35 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2b1ca4f View commit details
    Browse the repository at this point in the history
  3. android: add FUTEX_LOCK_PI2

    (apply <rust-lang#3635> to `main`)
    (cherry picked from commit fceb18e)
    rtzoeller authored and tgross35 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bf864e3 View commit details
    Browse the repository at this point in the history