firefox: fix patch

This commit is contained in:
Duncaen 2016-09-20 23:47:53 +02:00
parent 6ebba65125
commit d3fa881e80

View file

@ -7,7 +7,7 @@
-#else
+#elif defined(__GLIBC__)
rv = pthread_setname_np(pthread_self(), name);
+$else
+#else
+ rv = 0;
#endif
MOZ_RELEASE_ASSERT(!rv);