summaryrefslogtreecommitdiffstats
path: root/libc/bionic/debug_stacktrace.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-06 18:48:24 -0800
committerElliott Hughes <enh@google.com>2015-01-06 18:48:24 -0800
commit30e59c4c691d493fda7da35307db69ced61e7cf4 (patch)
tree037fed2bb268f386bb8d3d25da3064ce8fe4235f /libc/bionic/debug_stacktrace.cpp
parentd3de1ddef1427708581af4df02943486783f980d (diff)
downloadbionic-30e59c4c691d493fda7da35307db69ced61e7cf4.zip
bionic-30e59c4c691d493fda7da35307db69ced61e7cf4.tar.gz
bionic-30e59c4c691d493fda7da35307db69ced61e7cf4.tar.bz2
_Unwind_Context is a struct.
Change-Id: Iff2c52dc630eb83b931a78fdebc4494d69462db7
Diffstat (limited to 'libc/bionic/debug_stacktrace.cpp')
-rw-r--r--libc/bionic/debug_stacktrace.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/bionic/debug_stacktrace.cpp b/libc/bionic/debug_stacktrace.cpp
index b86e2af..7d3c76e 100644
--- a/libc/bionic/debug_stacktrace.cpp
+++ b/libc/bionic/debug_stacktrace.cpp
@@ -44,12 +44,7 @@
#define PAD_PTR "08" PRIxPTR
#endif
-/* depends how the system includes define this */
-#ifdef HAVE_UNWIND_CONTEXT_STRUCT
typedef struct _Unwind_Context __unwind_context;
-#else
-typedef _Unwind_Context __unwind_context;
-#endif
static mapinfo_t* g_map_info = NULL;
static void* g_demangler;