fix shared libs (#762)

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.

АвторMichael Graeb
КоммитерGitHub
4 года назад
Файлов изменено: 1
+1
–1
6b2bdb8
Родители 4f4a300 master
include/aws/.../thread_shared.h
@@ -5,7 +5,7 @@
 * SPDX-License-Identifier: Apache-2.0.
 */
#include <aws/common/common.h>
#include <aws/common/thread.h>
struct aws_linked_list;
struct aws_linked_list_node;

GPG верификация

Статус: Неверифицирован

Причина: Не найден публичный ключ

ID ключа: 4aee18f83afdeb23

Cherry-pick

Команда cherry-pick позволяет выбрать отдельные коммиты из одной ветки и применить их к другой.