bionic/libc/arch-arm
David 'Digit' Turner c124baaf29 libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>
This patch updates the C library headers to provide ucontext_t
definitions for three architectures.

+ Fix <signal.h> to always define 'struct sigcontext'.

The new declarations are announced with new macros defined in
<sys/cdefs.h> in order to make it easier to adapt client code
that already defines its own, incompatible, versions of the
structures seen here.

http://code.google.com/p/android/issues/detail?id=34784

Change-Id: Ie78c48690a4ce61c50593f6c39639be7fead3596
2012-10-17 15:59:23 +02:00
..
bionic Rename __dso_handle_so.c to __dso_handle_so.h 2012-09-07 12:49:41 +08:00
include libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h> 2012-10-17 15:59:23 +02:00
syscalls Add mlockall and munlockall for Google TV. 2012-09-06 11:24:45 -07:00
syscalls.mk Add mlockall and munlockall for Google TV. 2012-09-06 11:24:45 -07:00