Merge pull request #8844 from mshabunin:fix-arm-tbb

pull/8735/merge
Alexander Alekhin 8 years ago
commit fd7e516b65
  1. 3
      3rdparty/tbb/arm_linux_stub.cpp

@ -3,8 +3,9 @@
namespace tbb {
namespace internal {
void affinity_helper::protect_affinity_mask() {}
void affinity_helper::protect_affinity_mask(bool) {}
affinity_helper::~affinity_helper() {}
void destroy_process_mask() {}
}
}

Loading…
Cancel
Save