Refactor OSX preprocessor constants to read 'DARWIN'

This commit is contained in:
Unix-Ninja
2016-06-27 08:13:50 -04:00
parent fce2363fec
commit 2188a01ae9
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
#define hc_thread_mutex_delete(m) pthread_mutex_destroy (&m)
#endif
#ifdef OSX
#ifdef DARWIN
typedef struct cpu_set
{
uint32_t count;