Skip to content

Commit a426a65

Browse files
committed
TBB: fix build on ARM
1 parent f935a16 commit a426a65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

3rdparty/tbb/arm_linux_stub.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
namespace tbb {
44
namespace internal {
55

6-
void affinity_helper::protect_affinity_mask() {}
6+
void affinity_helper::protect_affinity_mask(bool) {}
77
affinity_helper::~affinity_helper() {}
8+
void destroy_process_mask() {}
89

910
}
1011
}

0 commit comments

Comments
 (0)