ensure locks are library provided by default
This commit is contained in:
parent
b2b28a3dfe
commit
442221604f
@ -1833,7 +1833,7 @@ signal. */
|
|||||||
|
|
||||||
/* do not use our own locking routines */
|
/* do not use our own locking routines */
|
||||||
#ifndef USE_PTHREAD_LOCKING
|
#ifndef USE_PTHREAD_LOCKING
|
||||||
#define USE_PTHREAD_LOCKING ${USE_PTHREAD_LOCKING}
|
#define USE_PTHREAD_LOCKING ${YAP_USE_PTHREADS_LOCKS}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* use OS malloc for all allocation */
|
/* use OS malloc for all allocation */
|
||||||
|
Reference in New Issue
Block a user