czmq icon indicating copy to clipboard operation
czmq copied to clipboard

implicit declaration of function ‘pthread_setname_np’

Open sphaero opened this issue 1 year ago • 0 comments
trafficstars

Apparently we need to set:

#define _GNU_SOURCE

before we #include <pthread.h>

Not sure how portable that is. We could also revert it.

sphaero avatar Oct 04 '24 09:10 sphaero