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

std.c: android bionic compatibility fixes (getrandom & getaddressinfo) #22143

Merged
merged 5 commits into from
Jan 29, 2025

Conversation

Iced-Sun
Copy link
Contributor

@Iced-Sun Iced-Sun commented Dec 4, 2024

getaddressinfo and getrandom should work on android bionic.

Closes #22123, #22031.

lib/std/c.zig Outdated Show resolved Hide resolved
lib/std/c.zig Outdated Show resolved Hide resolved
Co-authored-by: Alex Rønne Petersen <[email protected]>
lib/std/c.zig Outdated Show resolved Hide resolved
@alexrp alexrp enabled auto-merge (squash) January 28, 2025 18:51
@alexrp alexrp merged commit 798bb0b into ziglang:master Jan 29, 2025
10 checks passed
@Iced-Sun Iced-Sun deleted the android-bionic branch January 31, 2025 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

std.c: getrandom() with android bionic
3 participants