in r362264 and I didn't take into account in the original patch.
FXThread.cpp:970:8: error: no matching function for call to 'pthread_getname_np'
if(pthread_getname_np(tid,desc,ARRAYNUMBER(desc))==0){
^~~~~~~~~~~~~~~~~~
/usr/include/pthread.h:305:6: note: candidate function not viable: no known
conversion from 'const volatile FX::FXThreadID' (aka 'const volatile unsigned
long') to 'pthread_t' (aka 'pthread *') for 1st argument
int pthread_getname_np(pthread_t, char *, size_t);
Reported by: pkg-fallout