Fix compilation on GNU/Hurd
This commit is contained in:

committed by
Marcelo Roberto Jimenez

parent
062ac0c926
commit
89ad5e6779
@@ -50,7 +50,7 @@ extern "C" {
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#if defined(BSD)
|
||||
#if defined(BSD) && !defined(__GNU__)
|
||||
#define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user