Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
Geth MoarVM: fweimer-rh++ created pull request #1730:
Avoid implicit function declarations in pthread_setname_np probe
19:57
Geth MoarVM: 9e6d9a8feb | (Florian Weimer)++ | build/probe.pm
Avoid implicit function declarations in pthread_setname_np probe

Future compilers are likely to disable support for implicit function declarations by default, and the probe will then always fail, independently of actual availability of the feature.
22:02
MoarVM: 06856f0b21 | (Jonathan Worthington)++ (committed using GitHub Web editor) | build/probe.pm
Merge pull request #1730 from fweimer-rh/c99

Avoid implicit function declarations in pthread_setname_np probe