Skip to content

openkal-musl 0.13.2 - #415

Merged
Sunrisepeak merged 1 commit into
mainfrom
openkal-musl-0.13.2
Sep 13, 2026
Merged

openkal-musl 0.13.2#415
Sunrisepeak merged 1 commit into
mainfrom
openkal-musl-0.13.2

Conversation

@Sunrisepeak

@Sunrisepeak Sunrisepeak commented Sep 13, 2026

Copy link
Copy Markdown
Member

A thread created from C++ on Windows is the thread that is joined. musl's C++
pthread_t was unsigned long, thirty-two bits on LLP64 Windows, so every
std::thread there faulted when joined; it is now unsigned _Addr (unchanged on
the LP64 targets).

Release: https://github.com/mcpplibs/openkal-musl/releases/tag/0.13.2
(mcpplibs/openkal-musl#31). Correction after merge: openkal-llvm-runtime pins 0.13.1 exactly, so consumers reach this through
openkal-llvm-runtime 0.9.3 (mcpplibs/openkal-llvm-runtime#18). Both archives hash to the recorded sha256.

@Sunrisepeak
Sunrisepeak merged commit 497e6b1 into main Sep 13, 2026
8 checks passed
@Sunrisepeak
Sunrisepeak deleted the openkal-musl-0.13.2 branch September 13, 2026 20:42
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.

1 participant