patch-tools_profiler_shared-libraries-linux_cc 438 B

1234567891011
  1. --- mozilla-release.orig/tools/profiler/shared-libraries-linux.cc 2013-09-11 01:15:26.000000000 +0200
  2. +++ mozilla-release/tools/profiler/shared-libraries-linux.cc 2013-10-23 16:28:38.000000000 +0200
  3. @@ -14,7 +14,7 @@
  4. #include "platform.h"
  5. #include "shared-libraries.h"
  6. -#ifndef __GLIBC__
  7. +#if 0
  8. /* a crapy version of getline, because it's not included in bionic */
  9. static ssize_t getline(char **lineptr, size_t *n, FILE *stream)
  10. {