]> git.draconx.ca Git - gentoo-fixes.git/blob - www-client/firefox/files/firefox-52.9.0-glibc-2.30.patch
app-emulation/wine-vanilla-4.0.4: Adapt mpg123 dependency.
[gentoo-fixes.git] / www-client / firefox / files / firefox-52.9.0-glibc-2.30.patch
1 diff --git a/tools/profiler/core/platform.h b/tools/profiler/core/platform.h
2 index 2e736d97c..8f9c2ede3 100644
3 --- a/tools/profiler/core/platform.h
4 +++ b/tools/profiler/core/platform.h
5 @@ -61,7 +61,7 @@
6  
7  // We need a definition of gettid(), but Linux libc implementations don't
8  // provide a wrapper for it (except for Bionic)
9 -#if defined(__linux__)
10 +#if defined(__linux__) && __GLIBC__ <= 2 && __GLIBC_MINOR__ < 30
11  #include <unistd.h>
12  #if !defined(__BIONIC__)
13  #include <sys/syscall.h>