From 00191495e4aa958e3ef3ac0eb3f51626c948e964 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Sat, 18 Apr 2020 09:03:33 +0200 Subject: libre/iceape: rebuilt against new libffi --- libre/iceape/gettid.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre/iceape/gettid.patch (limited to 'libre/iceape/gettid.patch') 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 + #if !defined(__BIONIC__) + #include +-static inline pid_t gettid() +-{ +- return (pid_t) syscall(SYS_gettid); +-} + #endif + #endif + -- cgit v1.2.3