diff options
-rw-r--r-- | arch/s390x/bits/user.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390x/bits/user.h b/arch/s390x/bits/user.h index 90f07b78..17bce16f 100644 --- a/arch/s390x/bits/user.h +++ b/arch/s390x/bits/user.h @@ -8,7 +8,7 @@ typedef union { typedef struct { unsigned fpc; - fpreg_t fprs[16]; + elf_fpreg_t fprs[16]; } elf_fpregset_t; #define ELF_NGREG 27 @@ -32,7 +32,7 @@ struct _user_per_struct { unsigned short perc_atmid; unsigned long address; unsigned char access_id; -} per_struct; +}; struct _user_regs_struct { struct _user_psw_struct psw; |