aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-09-12 14:05:28 -0400
committerMatt Turner <mattst88@gentoo.org>2024-09-12 14:09:02 -0400
commita67b95a34a9f3c349778d12dbbc4c091a14dc64d (patch)
tree5fe4fcda15a0e048e97e5ed89e4097f88c3fb68c
parentinstall-qa-check.d/90config-impl-decl: Skip pthread_set_name_np on Linux (diff)
downloadportage-a67b95a34a9f3c349778d12dbbc4c091a14dc64d.tar.gz
portage-a67b95a34a9f3c349778d12dbbc4c091a14dc64d.tar.bz2
portage-a67b95a34a9f3c349778d12dbbc4c091a14dc64d.zip
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 <mattst88@gentoo.org>
-rw-r--r--bin/install-qa-check.d/90config-impl-decl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/install-qa-check.d/90config-impl-decl b/bin/install-qa-check.d/90config-impl-decl
index 223dc12a3..06bb7195f 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