patch-tools_profiler_platform-linux_cc 487 B

1234567891011
  1. --- mozilla-release.orig/tools/profiler/platform-linux.cc 2013-09-11 01:15:26.000000000 +0200
  2. +++ mozilla-release/tools/profiler/platform-linux.cc 2013-10-16 10:09:54.000000000 +0200
  3. @@ -53,7 +53,7 @@
  4. #include <sys/stat.h> // open
  5. #include <fcntl.h> // open
  6. #include <unistd.h> // sysconf
  7. -#ifdef __GLIBC__
  8. +#if defined(__GLIBC__) && ! defined(__UCLIBC__)
  9. #include <execinfo.h> // backtrace, backtrace_symbols
  10. #endif // def __GLIBC__
  11. #include <strings.h> // index