mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
firefox: fix patch
This commit is contained in:
parent
6ebba65125
commit
d3fa881e80
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue