From a67b95a34a9f3c349778d12dbbc4c091a14dc64d Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 12 Sep 2024 14:05:28 -0400 Subject: [PATCH] install-qa-check.d/90config-impl-decl: Skip pthread_get_name_np on Linux Seen in dev-util/lttng-tools and dev-util/lttng-ust. The function seems to be available on at least Darwin, FreeBSD, and OpenBSD. Signed-off-by: Matt Turner --- bin/install-qa-check.d/90config-impl-decl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/install-qa-check.d/90config-impl-decl b/bin/install-qa-check.d/90config-impl-decl index 223dc12a3b..06bb7195f9 100644 --- a/bin/install-qa-check.d/90config-impl-decl +++ b/bin/install-qa-check.d/90config-impl-decl @@ -46,6 +46,7 @@ add_default_skips() { acl acl_get_perm_np pthread_cond_timedwait_monotonic_np + pthread_get_name_np pthread_set_name_np pthread_threadid_np res_getservers