Carma board support fixed.

This commit is contained in:
Alexander Smorkalov
2013-02-06 14:41:58 +04:00
parent 4e243e1759
commit b81f0887f0
4 changed files with 43 additions and 4 deletions

10
3rdparty/tbb/arm_linux_stub.cpp vendored Normal file
View File

@@ -0,0 +1,10 @@
#include "tbb/tbb_misc.h"
namespace tbb {
namespace internal {
void affinity_helper::protect_affinity_mask() {}
affinity_helper::~affinity_helper() {}
}
}