commit:     dd667a61da7013dc7a85372c97715be5b5da5c2b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 17:50:37 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 17:50:37 2024 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=dd667a61

install-qa-check.d/90config-impl-decl: Skip pthread_threadid_np on Linux

Seen in dev-db/mariadb. The function seems to be available on Darwin.

Bug: https://bugs.gentoo.org/899772
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 89373c193d..6e3a579c2b 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_threadid_np
                res_getservers
                res_ndestroy
                statacl

Reply via email to