Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`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.
- Loading branch information