summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp')
-rw-r--r--www/chromium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp b/www/chromium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp
index b810325ff295..e66e5c7a8e2b 100644
--- a/www/chromium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp
+++ b/www/chromium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp
@@ -1,6 +1,6 @@
---- third_party/swiftshader/third_party/marl/src/thread.cpp.orig 2022-02-07 13:39:41 UTC
+--- third_party/swiftshader/third_party/marl/src/thread.cpp.orig 2022-03-25 21:59:56 UTC
+++ third_party/swiftshader/third_party/marl/src/thread.cpp
-@@ -422,7 +422,7 @@ void Thread::setName(const char* fmt, ...) {
+@@ -426,7 +426,7 @@ void Thread::setName(const char* fmt, ...) {
pthread_setname_np(name);
#elif defined(__FreeBSD__)
pthread_set_name_np(pthread_self(), name);