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

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

View File

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