diff options
author | Elliott Hughes <enh@google.com> | 2015-01-07 02:59:26 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-07 02:59:26 +0000 |
commit | ac8f2810297cd6c104aad38686627fcc13591347 (patch) | |
tree | 533068d127ce999bb2b90715c59ee6e27d262b73 | |
parent | 8004f735f1bad7255268392e2c7ac648f0702e5e (diff) | |
parent | 30e59c4c691d493fda7da35307db69ced61e7cf4 (diff) | |
download | bionic-ac8f2810297cd6c104aad38686627fcc13591347.zip bionic-ac8f2810297cd6c104aad38686627fcc13591347.tar.gz bionic-ac8f2810297cd6c104aad38686627fcc13591347.tar.bz2 |
Merge "_Unwind_Context is a struct."
-rw-r--r-- | libc/bionic/debug_stacktrace.cpp | 5 |
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; |