Skip to content

Commit

Permalink
firefox-esr: use ff musl patch
Browse files Browse the repository at this point in the history
  • Loading branch information
yopito committed Oct 7, 2018
1 parent 073441a commit 1e36311
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions srcpkgs/firefox-esr/patches/fix-musl.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- tools/profiler/core/platform.h.orig
+++ tools/profiler/core/platform.h
@@ -56,7 +56,7 @@

// We need a definition of gettid(), but glibc doesn't provide a
// wrapper for it.
-#if defined(__GLIBC__)
+#if defined(__linux__)
#include <unistd.h>
#include <sys/syscall.h>
static inline pid_t gettid()

0 comments on commit 1e36311

Please sign in to comment.