allow low level locking in OSX.

This commit is contained in:
Vitor Santos Costa 2010-10-15 13:14:24 +01:00
parent 312d82816e
commit 45ce3a83ef
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ typedef CELL Term;
#if !defined(YAPOR) && !defined(THREADS)
#include <nolocks.h>
#elif USE_PTHREAD_LOCKING || defined(__APPLE__) || defined(__CYGWIN__)
#elif USE_PTHREAD_LOCKING || defined(__CYGWIN__)
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600