Skip to content

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

Closed
wants to merge 1 commit into from
Closed

linux 64 bits gnu/musl add clone_args for clone3 syscall. #2437

wants to merge 1 commit into from

Conversation

devnexen
Copy link
Contributor

@devnexen devnexen commented Oct 8, 2021

No description provided.

@rust-highfive
Copy link

r? @Amanieu

(rust-highfive has picked a reviewer for you, use r? to override)

@Amanieu
Copy link
Member

Amanieu commented Oct 10, 2021

@bors r+

@bors
Copy link
Contributor

bors commented Oct 10, 2021

📌 Commit 42ec794 has been approved by Amanieu

@bors
Copy link
Contributor

bors commented Oct 10, 2021

⌛ Testing commit 42ec794 with merge 927782e...

bors added a commit that referenced this pull request Oct 10, 2021
linux 64 bits gnu/musl add clone_args for clone3 syscall.
@bors
Copy link
Contributor

bors commented Oct 10, 2021

💔 Test failed - checks-actions

@JohnTitor
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Oct 13, 2021

📌 Commit 18d5fae has been approved by JohnTitor

@bors
Copy link
Contributor

bors commented Oct 13, 2021

⌛ Testing commit 18d5fae with merge 25b3e16...

bors added a commit that referenced this pull request Oct 13, 2021
linux 64 bits gnu/musl add clone_args for clone3 syscall.
@bors
Copy link
Contributor

bors commented Oct 13, 2021

💔 Test failed - checks-actions

@@ -87,6 +87,21 @@ s! {
__glibc_reserved3: ::__syscall_ulong_t,
__glibc_reserved4: ::__syscall_ulong_t,
}

#[repr(align(8))]
Copy link
Member

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.

@JohnTitor
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Oct 14, 2021

📌 Commit 276aa5c has been approved by JohnTitor

@bors
Copy link
Contributor

bors commented Oct 14, 2021

⌛ Testing commit 276aa5c with merge 11a4b68...

bors added a commit that referenced this pull request Oct 14, 2021
linux 64 bits gnu/musl add clone_args for clone3 syscall.
@bors
Copy link
Contributor

bors commented Oct 14, 2021

💔 Test failed - checks-actions

@joshtriplett
Copy link
Member

I think this should be using non_exhaustive when that's supported.

@bors
Copy link
Contributor

bors commented May 28, 2022

☔ The latest upstream changes (presumably #2607) made this pull request unmergeable. Please resolve the merge conflicts.

@devnexen devnexen closed this May 31, 2022
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.

6 participants