summaryrefslogtreecommitdiff
path: root/libre/iceape/gettid.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2020-04-18 09:03:33 +0200
committerAndreas Grapentin <andreas@grapentin.org>2020-04-18 09:03:33 +0200
commit00191495e4aa958e3ef3ac0eb3f51626c948e964 (patch)
tree1a99d44faa6faa14c468a67e31370956feb88d25 /libre/iceape/gettid.patch
parentf94babf06841d0810d202cd7243b4932a976662d (diff)
downloadabslibre-00191495e4aa958e3ef3ac0eb3f51626c948e964.tar.gz
abslibre-00191495e4aa958e3ef3ac0eb3f51626c948e964.tar.bz2
abslibre-00191495e4aa958e3ef3ac0eb3f51626c948e964.zip
libre/iceape: rebuilt against new libffi
Diffstat (limited to 'libre/iceape/gettid.patch')
-rw-r--r--libre/iceape/gettid.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/iceape/gettid.patch b/libre/iceape/gettid.patch
new file mode 100644
index 000000000..27a1b017e
--- /dev/null
+++ b/libre/iceape/gettid.patch
@@ -0,0 +1,13 @@
+--- seamonkey-2.49.4/mozilla/tools/profiler/core/platform.h.orig 2020-04-09 05:40:25.587372314 +0300
++++ seamonkey-2.49.4/mozilla/tools/profiler/core/platform.h 2020-04-09 05:41:24.195387788 +0300
+@@ -65,10 +65,6 @@
+ #include <unistd.h>
+ #if !defined(__BIONIC__)
+ #include <sys/syscall.h>
+-static inline pid_t gettid()
+-{
+- return (pid_t) syscall(SYS_gettid);
+-}
+ #endif
+ #endif
+