summarylogtreecommitdiffstats
path: root/onetbb-2019-gcc13.patch
diff options
context:
space:
mode:
authorFabioLolix2023-07-22 19:55:54 +0200
committerFabioLolix2023-07-22 19:55:54 +0200
commit2fd79f9ed8c6969442198b7ee9f391268e71c7a7 (patch)
tree04d55855ea2e17a2a77f7ba5c25290cc18502fb6 /onetbb-2019-gcc13.patch
downloadaur-onetbb-2019.tar.gz
v2019_U6
Diffstat (limited to 'onetbb-2019-gcc13.patch')
-rw-r--r--onetbb-2019-gcc13.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/onetbb-2019-gcc13.patch b/onetbb-2019-gcc13.patch
new file mode 100644
index 000000000000..3bf842a6d2d7
--- /dev/null
+++ b/onetbb-2019-gcc13.patch
@@ -0,0 +1,12 @@
+diff --git a/include/tbb/task.h b/include/tbb/task.h
+index 8498b20..195f836 100644
+--- a/include/tbb/task.h
++++ b/include/tbb/task.h
+@@ -230,7 +230,7 @@ namespace internal {
+ #if __TBB_TASK_PRIORITY
+ //! Pointer to the next offloaded lower priority task.
+ /** Used to maintain a list of offloaded tasks inside the scheduler. **/
+- task* next_offloaded;
++ tbb::task* next_offloaded;
+ };
+ #endif /* __TBB_TASK_PRIORITY */