Merge "Avoid name collision with user_fpsimd_state in <asm/ptrace.h>."

This commit is contained in:
Elliott Hughes 2015-06-16 01:50:24 +00:00 committed by Gerrit Code Review
commit df11f340ca

View File

@ -83,12 +83,12 @@ typedef struct ucontext {
typedef unsigned long greg_t;
typedef greg_t gregset_t[NGREG];
struct user_fpsimd_state {
struct user_fpsimd_struct {
long double vregs[32];
uint32_t fpsr;
uint32_t fpcr;
};
typedef struct user_fpsimd_state fpregset_t;
typedef struct user_fpsimd_struct fpregset_t;
#include <asm/sigcontext.h>
typedef struct sigcontext mcontext_t;