allow low level locking in OSX.
This commit is contained in:
parent
312d82816e
commit
45ce3a83ef
2
H/Yap.h
2
H/Yap.h
@ -351,7 +351,7 @@ typedef CELL Term;
|
|||||||
|
|
||||||
#if !defined(YAPOR) && !defined(THREADS)
|
#if !defined(YAPOR) && !defined(THREADS)
|
||||||
#include <nolocks.h>
|
#include <nolocks.h>
|
||||||
#elif USE_PTHREAD_LOCKING || defined(__APPLE__) || defined(__CYGWIN__)
|
#elif USE_PTHREAD_LOCKING || defined(__CYGWIN__)
|
||||||
|
|
||||||
#ifndef _XOPEN_SOURCE
|
#ifndef _XOPEN_SOURCE
|
||||||
#define _XOPEN_SOURCE 600
|
#define _XOPEN_SOURCE 600
|
||||||
|
Reference in New Issue
Block a user