-
Notifications
You must be signed in to change notification settings - Fork 1.2k
m68k: add syscalls 451-469 for linux #4850
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
m68k: add syscalls 451-469 for linux #4850
Conversation
tgross35
left a comment
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.
LGTM, but please rebase
It looks like this is based on 600e1d1, which was from about a year ago. This file doesn't get touched much, but there are a handful of changes since then. |
85f8bdf to
0eba32e
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
Ah right. I haven't upgraded my fork in a year 🤦. Fixed up. |
tgross35
left a comment
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.
Thanks!
(backport <rust-lang#4850>) (cherry picked from commit b841a78)
(backport <rust-lang#4850>) (cherry picked from commit b841a78)
(backport <rust-lang#4850>) (cherry picked from commit b841a78)
(backport <rust-lang#4850>) (cherry picked from commit b841a78)
(backport <rust-lang#4850>) (cherry picked from commit b841a78)
Description
This PR adds some of the newer m68k linux syscalls.
Unsure why I have merge conflicts since the diff looks clean on the files changed tab.
Sources
The new syscalls in linux/m68k
Checklist
libc-test/semverhave been updated*LASTor*MAXareincluded (see #3131)
cd libc-test && cargo test --target mytarget);especially relevant for platforms that may not be checked in CI