blob: 40b8b594d5f7e78b6184e5f3b10522a9959c2b70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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)
{
|