diff options
| author | J0WI <J0WI@users.noreply.github.com> | 2019-10-26 17:04:12 +0200 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-26 23:11:17 +0200 |
| commit | 7e130731a332e3d5d593b52869e2f4e02da33f59 (patch) | |
| tree | 5078b4359f3939c406c071405faea8bedc516154 /testing/thunderbird/fix-musl.patch | |
| parent | 00be3a44472d6239a5052218d41d055fba9b3634 (diff) | |
| download | aports-7e130731a332e3d5d593b52869e2f4e02da33f59.tar.bz2 aports-7e130731a332e3d5d593b52869e2f4e02da33f59.tar.xz | |
testing/thunderbird: upgrade to 68.2.0
Diffstat (limited to 'testing/thunderbird/fix-musl.patch')
| -rw-r--r-- | testing/thunderbird/fix-musl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/thunderbird/fix-musl.patch b/testing/thunderbird/fix-musl.patch new file mode 100644 index 0000000000..996a45f130 --- /dev/null +++ b/testing/thunderbird/fix-musl.patch @@ -0,0 +1,11 @@ +--- a/tools/profiler/core/platform-linux-android.cpp 2019-07-09 22:58:30.039475686 +0200 ++++ b/tools/profiler/core/platform-linux-android.cpp 2019-07-09 22:58:39.331437677 +0200 +@@ -73,7 +73,7 @@ + + int profiler_current_thread_id() { + // glibc doesn't provide a wrapper for gettid(). +-#if defined(__GLIBC__) ++#if defined(__linux__) + return static_cast<int>(static_cast<pid_t>(syscall(SYS_gettid))); + #else + return static_cast<int>(gettid()); |
