libc icon indicating copy to clipboard operation
libc copied to clipboard

netbsd adding mcontext related data for riscv64

Open devnexen opened this issue 1 year ago • 6 comments

devnexen avatar Dec 09 '23 13:12 devnexen

r? @JohnTitor

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

rustbot avatar Dec 09 '23 13:12 rustbot

:umbrella: The latest upstream changes (presumably #3525) made this pull request unmergeable. Please resolve the merge conflicts.

bors avatar Jan 08 '24 09:01 bors

Could you resolve conflicts and remove libc_union cfg?

JohnTitor avatar Jan 08 '24 15:01 JohnTitor

This probably needs a rebase at this point, but otherwise seems like it was waiting for review.

@rustbot review

tgross35 avatar Aug 29 '24 11:08 tgross35

Can this just be moved to netbsd/mod.rs? I'm not sure what is platform-specific here, if you have a header link that would help.

This should also get the semver test

tgross35 avatar Aug 29 '24 18:08 tgross35

well ucontext could possibly be make common but not mcontext which is very architecture dependent.

devnexen avatar Aug 29 '24 20:08 devnexen