-
Notifications
You must be signed in to change notification settings - Fork 1.1k
linux 64 bits gnu/musl add clone_args for clone3 syscall. #2437
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
Conversation
r? @Amanieu (rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 42ec794 has been approved by |
linux 64 bits gnu/musl add clone_args for clone3 syscall.
💔 Test failed - checks-actions |
@bors r+ |
📌 Commit 18d5fae has been approved by |
linux 64 bits gnu/musl add clone_args for clone3 syscall.
💔 Test failed - checks-actions |
@@ -87,6 +87,21 @@ s! { | |||
__glibc_reserved3: ::__syscall_ulong_t, | |||
__glibc_reserved4: ::__syscall_ulong_t, | |||
} | |||
|
|||
#[repr(align(8))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#[repr(align(n))]
should be on align.rs
.
@bors r+ |
📌 Commit 276aa5c has been approved by |
linux 64 bits gnu/musl add clone_args for clone3 syscall.
💔 Test failed - checks-actions |
I think this should be using non_exhaustive when that's supported. |
☔ The latest upstream changes (presumably #2607) made this pull request unmergeable. Please resolve the merge conflicts. |
No description provided.