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 -#else
+#elif defined(__GLIBC__) +#elif defined(__GLIBC__)
rv = pthread_setname_np(pthread_self(), name); rv = pthread_setname_np(pthread_self(), name);
+$else +#else
+ rv = 0; + rv = 0;
#endif #endif
MOZ_RELEASE_ASSERT(!rv); MOZ_RELEASE_ASSERT(!rv);