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

#365: FreeBSD Pthread get thread fix #371

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

bedwardly-down
Copy link
Contributor

This should solve the FreeBSD pthread header issue. If you need to support older releases (such as FreeBSD 10 and under), I can add a version check for more coverage. Here's the relevant header docs: https://man.freebsd.org/cgi/man.cgi?query=pthread_getthreadid_np&sektion=3&format=html . Adding pthread_np.h without checking may break Mac builds due to how the two platforms diverged from one another.

@bedwardly-down bedwardly-down changed the title #365: Pthread get thread fix #365: FreeBSD Pthread get thread fix Sep 3, 2024
@idealvin idealvin merged commit c52438b into idealvin:master Sep 3, 2024
9 checks passed
@idealvin
Copy link
Owner

idealvin commented Sep 3, 2024

Thanks!

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