ekollof commented on 2024-11-20 23:52 (UTC)
(edited on 2024-11-20 23:52 (UTC) by ekollof)
Build fails:
module.c:101:18: error: implicit declaration of function 'pthread_tryjoin_np'; did you mean 'pthread_join'? [-Wimplicit-function-declaration]
101 | if (0 != pthread_tryjoin_np(*(g_client_threads[i]), NULL)) {
| ^~~~~~~~~~~~~~~~~~
| pthread_join
make[2]: *** [Makefile:837: livestatus_la-module.lo] Error 1
Build fails:
This seems to be related? https://github.com/naemon/naemon-livestatus/issues/120