platform_system_core/libcorkscrew
David 'Digit' Turner b4ef91b975 libcorkscrew: avoid future name collisions.
This is a forward-compatibility patch used to avoid two problems:

1/ The C library <signal.h> is going to be updated to define 'struct sigcontext'
   properly soon. Avoid redefining this structure here when it's not really needed
   to prevent a type conflict.

2/ Similarly, proper ucontext_t support is going to be added, prevent conflict by
   using a macro renaming trick. Mainly because there is a slight chance that the
   C library definition will follow a slightly different layout/naming.

For context, see details at:

  http://code.google.com/p/android/issues/detail?id=34784
  https://android-review.googlesource.com/#/c/38875/1

Change-Id: Ie94eb5d77297f8e0bafd146b65a648bd8805a551
2012-07-13 11:22:13 +02:00
..
arch-arm libcorkscrew: avoid future name collisions. 2012-07-13 11:22:13 +02:00
arch-x86 libcorkscrew: avoid future name collisions. 2012-07-13 11:22:13 +02:00
Android.mk Link with libgccdemangle.so for name demangling. 2011-11-09 20:47:14 -08:00
backtrace-arch.h Improve stack unwinder robustness. 2011-11-04 01:11:04 -07:00
backtrace-helper.c Add a new library for collecting stack traces. 2011-10-22 16:42:59 -07:00
backtrace-helper.h Add a new library for collecting stack traces. 2011-10-22 16:42:59 -07:00
backtrace.c Improve backtrace formatting. 2011-11-22 12:13:46 -08:00
demangle.c Link with libgccdemangle.so for name demangling. 2011-11-09 20:47:14 -08:00
map_info.c Improve stack unwinder robustness. 2011-11-04 01:11:04 -07:00
MODULE_LICENSE_APACHE2 Add a new library for collecting stack traces. 2011-10-22 16:42:59 -07:00
NOTICE Add a new library for collecting stack traces. 2011-10-22 16:42:59 -07:00
ptrace-arch.h Add a new library for collecting stack traces. 2011-10-22 16:42:59 -07:00
ptrace.c Improve stack unwinder robustness. 2011-11-04 01:11:04 -07:00
symbol_table.c Improve backtrace formatting. 2011-11-22 12:13:46 -08:00