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

linux/musl: add copy_file_range syscall wrapper #3133

Merged
merged 2 commits into from
Mar 3, 2023

Conversation

slp
Copy link
Contributor

@slp slp commented Mar 3, 2023

musl supports copy_file_range since v1.1.24, so expose the corresponding wrapper here too.

@rustbot
Copy link
Collaborator

rustbot commented Mar 3, 2023

r? @JohnTitor

(rustbot has picked a reviewer for you, use r? to override)

musl supports copy_file_range since v1.1.24, so expose the corresponding
wrapper here too.

Signed-off-by: Sergio Lopez <slp@redhat.com>
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
@JohnTitor
Copy link
Member

Thanks!
@bors r+

@bors
Copy link
Contributor

bors commented Mar 3, 2023

📌 Commit 19084be has been approved by JohnTitor

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Mar 3, 2023

⌛ Testing commit 19084be with merge 837c461...

bors added a commit that referenced this pull request Mar 3, 2023
linux/musl: add copy_file_range syscall wrapper

musl supports copy_file_range since v1.1.24, so expose the corresponding wrapper here too.
@dmolik
Copy link

dmolik commented Mar 3, 2023

🎉

@bors
Copy link
Contributor

bors commented Mar 3, 2023

💔 Test failed - checks-actions

@JohnTitor
Copy link
Member

terminating on signal 15 from pid 2416 (timeout)

@bors retry

@bors
Copy link
Contributor

bors commented Mar 3, 2023

⌛ Testing commit 19084be with merge 973c3e1...

@bors
Copy link
Contributor

bors commented Mar 3, 2023

☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14
Approved by: JohnTitor
Pushing 973c3e1 to master...

@bors bors merged commit 973c3e1 into rust-lang:master Mar 3, 2023
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.

None yet

5 participants