Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-03 | pthreads.h: avoid undefined behavior | Theo Buehler | 1 | -3/+8 | |
You can't pass a function pointer through a void pointer. So wrap the pthread callback in a struct. Fixes #966 | |||||
2024-03-03 | zap stray whitespace | Theo Buehler | 1 | -1/+1 | |
2024-03-03 | Update .github/workflows/release_by_tag.yml | Ilya Shipitsin | 1 | -1/+2 | |
Co-authored-by: Joshua Sing <joshua@hypera.dev> |