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