Add missing pthread_setaffinity_np for osx

This commit is contained in:
Gabriele 'matrix' Gristina
2016-02-06 18:00:04 +01:00
parent 7b652239f9
commit e2db8afdf8
4 changed files with 40 additions and 18 deletions
+1
View File
@@ -45,6 +45,7 @@
#include <termios.h>
#include <sys/ioctl.h>
#include <mach-o/dyld.h>
#include <mach/mach.h>
#endif
typedef void *OCL_LIB;