am 360a16af: am 47de63df: am 2e71de56: Merge "ndk: <signal.h>: include <asm/sigcontext.h>"

* commit '360a16af7edb82dc9ce8f1c2f6fb1e3c8f40f13b':
  ndk: <signal.h>: include <asm/sigcontext.h>
This commit is contained in:
Andrew Hsieh
2012-03-27 09:42:55 -07:00
committed by Android Git Automerger

View File

@@ -33,6 +33,7 @@
#include <string.h> /* For memset() */
#include <sys/types.h>
#include <asm/signal.h>
#include <asm/sigcontext.h>
#define __ARCH_SI_UID_T __kernel_uid32_t
#include <asm/siginfo.h>