mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 07:12:15 +00:00
fix typo in s390x user.h
This commit is contained in:
parent
ffaaa6d230
commit
afefce19fd
@ -12,7 +12,7 @@ typedef struct {
|
||||
} elf_fpregset_t;
|
||||
|
||||
#define ELF_NGREG 27
|
||||
typedef unsigned long elf_greg_t, elf_gregset_t[ELG_NGREG];
|
||||
typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
|
||||
|
||||
struct _user_psw_struct {
|
||||
unsigned long mask, addr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user