Merge "ndk: <signal.h>: include <asm/sigcontext.h>"

This commit is contained in:
Andrew Hsieh
2012-03-27 04:31:37 -07:00
committed by android code review

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>