commit: d1f0e6d0bf1d264ea0c51e700aa9fc9f2096ebf6 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Sep 12 17:55:14 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Sep 12 18:08:59 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d1f0e6d0
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 <AT> gentoo.org> 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 6e3a579c2b..223dc12a3b 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
