Skip to content

Fix shared lib builds

Pre-release
Pre-release
Compare
Choose a tag to compare
@graebm graebm released this 22 Feb 17:09
· 293 commits to main since this release
6b2bdb8
fix shared libs (#762)

`aws_thread_set_managed_join_timeout_ns()` and `aws_thread_join_all_managed()` are declared in `thread.h` and implemented in `thread_shared.c`. But since `thread_shared.c` did not include `thread.h`, it was not seen as the implementation by the linker.