Retcon recent header fixes needed to build gdbserver.
Bug: http://b/21695943 Change-Id: I2b2f0e21a66093bdbbdbc0320ffa574eefaaf5fa
This commit is contained in:
@@ -59,6 +59,7 @@ enum {
|
||||
|
||||
typedef int greg_t;
|
||||
typedef greg_t gregset_t[NGREG];
|
||||
typedef struct user_fpregs fpregset_t;
|
||||
|
||||
#include <asm/sigcontext.h>
|
||||
typedef struct sigcontext mcontext_t;
|
||||
@@ -82,6 +83,13 @@ typedef struct ucontext {
|
||||
typedef unsigned long greg_t;
|
||||
typedef greg_t gregset_t[NGREG];
|
||||
|
||||
struct user_fpsimd_struct {
|
||||
long double vregs[32];
|
||||
uint32_t fpsr;
|
||||
uint32_t fpcr;
|
||||
};
|
||||
typedef struct user_fpsimd_struct fpregset_t;
|
||||
|
||||
#include <asm/sigcontext.h>
|
||||
typedef struct sigcontext mcontext_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user