Skip to content

winit-orbital: Fix i586 build#4579

Merged
jackpot51 merged 1 commit into
rust-windowing:masterfrom
willnode:orbital-i586
Jul 18, 2026
Merged

winit-orbital: Fix i586 build#4579
jackpot51 merged 1 commit into
rust-windowing:masterfrom
willnode:orbital-i586

Conversation

@willnode

Copy link
Copy Markdown
Contributor

timespec.tv_nsec is c_long. In i586-unknown-redox it's i32, so the type mismatch here causes compilation fail for the platform.

References:

  • timespec.tv_nsec

  • Tested on all platforms changed

  • Added an entry to the changelog module if knowledge of this change could be valuable to users

  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior

  • Created or updated an example program if it would help users understand this functionality

@willnode
willnode requested a review from jackpot51 as a code owner May 27, 2026 05:12
@jackpot51
jackpot51 merged commit 6616906 into rust-windowing:master Jul 18, 2026
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants