Skip to content
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

Fix compilation on i686-apple-darwin. #1000

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Conversation

sunfishcode
Copy link
Member

On i686-apple-darwin, time_t is 32-bit, so it needs fix_y2038 and conversions for Timespec values.

Fixes #991.

On i686-apple-darwin, `time_t` is 32-bit, so it needs `fix_y2038` and
conversions for `Timespec` values.

Fixes #991.
@sunfishcode sunfishcode merged commit d268591 into main Jan 23, 2024
44 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/32-bit-macos branch January 23, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build errors for i686-apple-darwin
1 participant