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