Skip to content

winit-orbital: Fix i586 build#4579

Open
willnode wants to merge 1 commit into
rust-windowing:masterfrom
willnode:orbital-i586
Open

winit-orbital: Fix i586 build#4579
willnode wants to merge 1 commit into
rust-windowing:masterfrom
willnode:orbital-i586

Conversation

@willnode
Copy link
Copy Markdown

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
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