OSDN Git Service

_Unwind_Context is a struct.
authorElliott Hughes <enh@google.com>
Wed, 7 Jan 2015 02:48:24 +0000 (18:48 -0800)
committerElliott Hughes <enh@google.com>
Wed, 7 Jan 2015 02:48:24 +0000 (18:48 -0800)
Change-Id: Iff2c52dc630eb83b931a78fdebc4494d69462db7

libc/bionic/debug_stacktrace.cpp

index b86e2af..7d3c76e 100644 (file)
 #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;