Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pthreads.h: avoid undefined behavior
You can't pass a function pointer through a void pointer. So wrap the pthread callback in a struct. Fixes #966
- Loading branch information