Also 1. Header singal.h now includes <sys/ucontext.h> 2. asm/user.h include sys/user.h 3. change use of user_i387_struct to user_fpregs_struct See bionic 26a8eb50a84e131d34d10d5d167d67e9995399bd Change-Id: I9592e98b90d773ef5babb428a6a6ef208fe86327
14 lines
690 B
C
14 lines
690 B
C
/****************************************************************************
|
|
****************************************************************************
|
|
***
|
|
*** This header was automatically generated from a Linux kernel header
|
|
*** of the same name, to make information necessary for userspace to
|
|
*** call into the kernel available to libc. It contains only constants,
|
|
*** structures, and macros generated from the original header, and thus,
|
|
*** contains no copyrightable information.
|
|
***
|
|
****************************************************************************
|
|
****************************************************************************/
|
|
|
|
#include <sys/user.h>
|