Merge pull request #392 from unix-ninja/master

Various refactor changes
This commit is contained in:
Jens Steube
2016-06-27 18:51:00 +02:00
committed by GitHub
8 changed files with 20 additions and 22 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;