mirror of https://git.musl-libc.org/git/musl
committed by
Rich Felker
1 changed files with 1 additions and 0 deletions
@ -1,5 +1,6 @@ |
|||
#include <signal.h> |
|||
|
|||
#define ELF_NGREG 32 |
|||
#define ELF_NFPREG 33 |
|||
typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG]; |
|||
typedef union __riscv_mc_fp_state elf_fpregset_t; |
|||
|
|||
Loading…
Reference in new issue