aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-09-12 13:55:14 -0400
committerMatt Turner <mattst88@gentoo.org>2024-09-12 14:08:59 -0400
commitd1f0e6d0bf1d264ea0c51e700aa9fc9f2096ebf6 (patch)
tree5b9ad930a688d6f01789cda136db147209185aa7
parentinstall-qa-check.d/90config-impl-decl: Skip pthread_threadid_np on Linux (diff)
downloadportage-d1f0e6d0bf1d264ea0c51e700aa9fc9f2096ebf6.tar.gz
portage-d1f0e6d0bf1d264ea0c51e700aa9fc9f2096ebf6.tar.bz2
portage-d1f0e6d0bf1d264ea0c51e700aa9fc9f2096ebf6.zip
install-qa-check.d/90config-impl-decl: Skip pthread_set_name_np on Linux
Seen in dev-lang/erlang, dev-util/lttng-tools, and dev-util/lttng-ust. The function seems to be available on at least Darwin, FreeBSD, and OpenBSD. Bug: https://bugs.gentoo.org/898762 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 6e3a579c2..223dc12a3 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_set_name_np
pthread_threadid_np
res_getservers
res_ndestroy