diff --git a/srcpkgs/firefox/patches/musl-pthread-setname.patch b/srcpkgs/firefox/patches/musl-pthread-setname.patch index 1f803364fb..70f8d5fa42 100644 --- a/srcpkgs/firefox/patches/musl-pthread-setname.patch +++ b/srcpkgs/firefox/patches/musl-pthread-setname.patch @@ -7,7 +7,7 @@ -#else +#elif defined(__GLIBC__) rv = pthread_setname_np(pthread_self(), name); -+$else ++#else + rv = 0; #endif MOZ_RELEASE_ASSERT(!rv);