From d94bb564b00986448c29e6de518206804d1fe05a Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Wed, 16 Dec 2020 08:55:26 +0100 Subject: libre/icecat: restructured and updated to 78.4.0 --- libre/icecat/fix-double-definition-of-gettid.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 libre/icecat/fix-double-definition-of-gettid.patch (limited to 'libre/icecat/fix-double-definition-of-gettid.patch') diff --git a/libre/icecat/fix-double-definition-of-gettid.patch b/libre/icecat/fix-double-definition-of-gettid.patch deleted file mode 100644 index 99f053837..000000000 --- a/libre/icecat/fix-double-definition-of-gettid.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -rupN icecat-60.7.0-orig/tools/profiler/core/platform.h icecat-60.7.0/tools/profiler/core/platform.h ---- icecat-60.7.0-orig/tools/profiler/core/platform.h 2019-11-18 11:29:11.638304093 +0100 -+++ icecat-60.7.0/tools/profiler/core/platform.h 2019-11-18 20:35:38.133957814 +0100 -@@ -47,7 +47,7 @@ - #if defined(__GLIBC__) - #include - #include --static inline pid_t gettid() { return (pid_t)syscall(SYS_gettid); } -+#define gettid() ((pid_t)syscall(SYS_gettid)) - #elif defined(GP_OS_darwin) - #include - #include -- cgit v1.2.3