opencv/3rdparty/tbb/arm_linux_stub.cpp
2013-02-06 14:47:42 +04:00

10 lines
157 B
C++

#include "tbb/tbb_misc.h"
namespace tbb {
namespace internal {
void affinity_helper::protect_affinity_mask() {}
affinity_helper::~affinity_helper() {}
}
}