fix issue with PosixThreadSupport on non-Apple platforms

This commit is contained in:
erwin.coumans
2008-11-08 16:33:58 +00:00
parent f6dcf94f25
commit 98e66fc1c7

View File

@@ -43,7 +43,9 @@ PosixThreadSupport::~PosixThreadSupport()
stopSPU();
}
#if (defined (__APPLE__))
#define NAMED_SEMAPHORES
#endif
// this semaphore will signal, if and how many threads are finished with their work
static sem_t* mainSemaphore;