patch-tools_profiler_shared-libraries-linux_cc 473 B

1234567891011
  1. --- mozilla-release.orig/tools/profiler/shared-libraries-linux.cc 2013-12-05 17:07:58.000000000 +0100
  2. +++ mozilla-release/tools/profiler/shared-libraries-linux.cc 2014-01-02 15:00:00.000000000 +0100
  3. @@ -14,7 +14,7 @@
  4. #include "platform.h"
  5. #include "shared-libraries.h"
  6. -#if !defined(__GLIBC__) && ANDROID_VERSION < 18
  7. +#if 0
  8. /* a crapy version of getline, because it's not included in old bionics */
  9. static ssize_t getline(char **lineptr, size_t *n, FILE *stream)
  10. {