]> git.pld-linux.org Git - packages/firefox52-esr.git/blame - glibc.patch
- rel 5; fix build with newer glibc
[packages/firefox52-esr.git] / glibc.patch
CommitLineData
24f0fa48
AM
1--- firefox-52.9.0esr/tools/profiler/core/platform.h~ 2017-04-11 04:13:25.000000000 +0200
2+++ firefox-52.9.0esr/tools/profiler/core/platform.h 2020-03-03 11:59:12.442453550 +0100
3@@ -63,13 +63,6 @@
4 // provide a wrapper for it (except for Bionic)
5 #if defined(__linux__)
6 #include <unistd.h>
7-#if !defined(__BIONIC__)
8-#include <sys/syscall.h>
9-static inline pid_t gettid()
10-{
11- return (pid_t) syscall(SYS_gettid);
12-}
13-#endif
14 #endif
15
16 #ifdef XP_WIN
This page took 0.118107 seconds and 4 git commands to generate.