Uh oh!
There was an error while loading. Please reload this page.
openbsd: convert futex timeout managment to Timespec usage - #96860
Conversation
rust-highfive
commented
May 9, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
rust-highfive
commented
May 9, 2022
r? @m-ou-se (rust-highfive has picked a reviewer for you, use r? to override) |
semarie
commented
May 9, 2022
ah, bad syntax for my r? command ... so just cc @cuviper , and I will let you rearrange assignation the way you prefer. thanks |
semarie
commented
May 9, 2022
the build previously failed with : |
Uh oh!
There was an error while loading. Please reload this page.
m-ou-se
commented
May 9, 2022
Yeah, that's going to happen on more platforms. Maybe we should just add #[allow(dead_code)]// not used on all platformsto |
semarie
commented
May 9, 2022
@cuviper what do you think about it ? |
cuviper
commented
May 9, 2022
I think |
bors
commented
May 10, 2022
☔ The latest upstream changes (presumably #96904) made this pull request unmergeable. Please resolve the merge conflicts. |
05b0ec7 to
42f8e1fComparesemarie
commented
May 11, 2022
rebased after #96861 |
cuviper
commented
May 11, 2022
@bors r+ rollup |
bors
commented
May 11, 2022
📌 Commit 42f8e1f has been approved by |
…askrgr Rollup of 5 pull requests Successful merges: - rust-lang#95896 (Note the contacts for the nvptx64 target(s)) - rust-lang#96860 (openbsd: convert futex timeout managment to Timespec usage) - rust-lang#96939 (Fix settings page CSS) - rust-lang#96941 (update graphviz links) - rust-lang#96968 (Add tests for rust-lang#96806) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
unbreak openbsd build after #96657
r? cuviper
please note I made
Timespec::zero()public to be able to use it. OpenBSD is using relative timeout forfutex(2)and I don't find simple way to useTimespecthis way.