zeromq/czmq

implicit declaration of function ‘pthread_setname_np’

sphaero opened this issue · 0 comments

Apparently we need to set:

#define _GNU_SOURCE

before we #include <pthread.h>

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