summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-tools_profiler_core_platform-linux_cc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-09 18:06:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-09 18:06:47 +0200
commit5b8a6068f9e634bacea5ce99e7c71bcf796a6ab6 (patch)
tree4d524277d38d11fccc7ecb5ecb8ab5a88ce44fe3 /package/firefox/patches/patch-tools_profiler_core_platform-linux_cc
parent8e9760d0297d16f96e01c2fe497970c97b967d2c (diff)
remove superold firefox
Diffstat (limited to 'package/firefox/patches/patch-tools_profiler_core_platform-linux_cc')
-rw-r--r--package/firefox/patches/patch-tools_profiler_core_platform-linux_cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/firefox/patches/patch-tools_profiler_core_platform-linux_cc b/package/firefox/patches/patch-tools_profiler_core_platform-linux_cc
deleted file mode 100644
index da8f08abf..000000000
--- a/package/firefox/patches/patch-tools_profiler_core_platform-linux_cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- firefox-42.0.orig/tools/profiler/core/platform-linux.cc 2015-10-29 23:18:01.000000000 +0100
-+++ firefox-42.0/tools/profiler/core/platform-linux.cc 2015-12-17 05:41:35.091485672 +0100
-@@ -57,7 +57,7 @@
- #include <fcntl.h> // open
- #include <unistd.h> // sysconf
- #include <semaphore.h>
--#ifdef __GLIBC__
-+#if defined(__GLIBC__) && !defined(__UCLIBC__)
- #include <execinfo.h> // backtrace, backtrace_symbols
- #endif // def __GLIBC__
- #include <strings.h> // index