aboutsummaryrefslogtreecommitdiffstats
path: root/community/firefox-esr/fix-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/firefox-esr/fix-musl.patch')
-rw-r--r--community/firefox-esr/fix-musl.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/firefox-esr/fix-musl.patch b/community/firefox-esr/fix-musl.patch
deleted file mode 100644
index 996a45f1301..00000000000
--- a/community/firefox-esr/fix-musl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/tools/profiler/core/platform-linux-android.cpp 2019-07-09 22:58:30.039475686 +0200
-+++ b/tools/profiler/core/platform-linux-android.cpp 2019-07-09 22:58:39.331437677 +0200
-@@ -73,7 +73,7 @@
-
- int profiler_current_thread_id() {
- // glibc doesn't provide a wrapper for gettid().
--#if defined(__GLIBC__)
-+#if defined(__linux__)
- return static_cast<int>(static_cast<pid_t>(syscall(SYS_gettid)));
- #else
- return static_cast<int>(gettid());