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

[0.2] android: add missing syscall constants #4079

Merged
merged 1 commit into from
Nov 17, 2024

Conversation

tgross35
Copy link
Contributor

This adds all syscall constants that are available in NDK r26 but were so far missing in this library. See semver/android.txt changes for the complete list.

Refs:

(backport #3558)
(cherry picked from commit e89781f)

This adds all syscall constants that are available in NDK `r26` but were so far missing in this library.
See `semver/android.txt` changes for the complete list.

Refs:
 * https://android.googlesource.com/platform/bionic/+/refs/tags/ndk-r26/libc/kernel/uapi/asm-generic/unistd.h
 * https://android.googlesource.com/platform/bionic/+/refs/tags/ndk-r26/libc/include/bits/glibc-syscalls.h

(backport <rust-lang#3558>)
(cherry picked from commit e89781f)
@rustbot
Copy link
Collaborator

rustbot commented Nov 17, 2024

r? @JohnTitor

rustbot has assigned @JohnTitor.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@tgross35 tgross35 enabled auto-merge November 17, 2024 04:23
@tgross35 tgross35 added this pull request to the merge queue Nov 17, 2024
Merged via the queue into rust-lang:libc-0.2 with commit a8ed1c2 Nov 17, 2024
44 checks passed
@tgross35 tgross35 deleted the backport-android-syscall branch November 17, 2024 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants