aboutsummaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2012-04-17 16:27:28 +0530
committerAmit Pundir <amit.pundir@linaro.org>2012-04-17 16:27:28 +0530
commit5fd4f826f86c29557925426829c3f4ae6c805dd9 (patch)
tree5a26f55d72adbf59c50585ca52effcdcdc83be6a /CRT.h
parent78a7eb1c5c8d64d53e8222572ac89b23e71cf291 (diff)
downloadandroid_external_htop-5fd4f826f86c29557925426829c3f4ae6c805dd9.tar.gz
android_external_htop-5fd4f826f86c29557925426829c3f4ae6c805dd9.tar.bz2
android_external_htop-5fd4f826f86c29557925426829c3f4ae6c805dd9.zip
get rid of backtracing support
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CRT.h b/CRT.h
index dcc902f..9fc64f8 100644
--- a/CRT.h
+++ b/CRT.h
@@ -14,7 +14,7 @@ in the source distribution for its full text.
#include <signal.h>
#include <stdlib.h>
#include <stdbool.h>
-#include <execinfo.h>
+//#include <execinfo.h>
#include "String.h"