I am trying to build one of the library required for my application on omega2+ , but for below line
#define PTHREAD_MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
it gives me error
error: 'PTHREAD_MUTEX_RECURSIVE_NP' undeclared (first use in this function); did you mean 'PTHREAD_MUTEX_RECURSIVE'?
what does it mean?