Skip to content

Commit

Permalink
install-qa-check.d/90config-impl-decl: Skip pthread_get_name_np on Linux
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mattst88 committed Sep 12, 2024
1 parent d1f0e6d commit a67b95a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/install-qa-check.d/90config-impl-decl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a67b95a

Please sign in to comment.