Merge "Avoid name collision with user_fpsimd_state in <asm/ptrace.h>."
This commit is contained in:
commit
df11f340ca
@ -83,12 +83,12 @@ typedef struct ucontext {
|
|||||||
typedef unsigned long greg_t;
|
typedef unsigned long greg_t;
|
||||||
typedef greg_t gregset_t[NGREG];
|
typedef greg_t gregset_t[NGREG];
|
||||||
|
|
||||||
struct user_fpsimd_state {
|
struct user_fpsimd_struct {
|
||||||
long double vregs[32];
|
long double vregs[32];
|
||||||
uint32_t fpsr;
|
uint32_t fpsr;
|
||||||
uint32_t fpcr;
|
uint32_t fpcr;
|
||||||
};
|
};
|
||||||
typedef struct user_fpsimd_state fpregset_t;
|
typedef struct user_fpsimd_struct fpregset_t;
|
||||||
|
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
typedef struct sigcontext mcontext_t;
|
typedef struct sigcontext mcontext_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user