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 non-integer cast to pthread_t #17512

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

markand
Copy link
Contributor

@markand markand commented Feb 3, 2025

Guidelines

Description

This fixes the cast of pthread_t assuming it's an integer. However, a better solution should be implemented later on. Maybe adding a specific sthread_get_native_handle or something alike + a native typedef.

Related Issues

#17511

@LibretroAdmin LibretroAdmin merged commit f73df57 into libretro:master Feb 3, 2025
30 checks passed
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.

2 participants