~mmach/netext73/wasi-libc

« back to all changes in this revision

Viewing changes to libc-top-half/musl/arch/riscv64/bits/user.h

  • Committer: mmach
  • Date: 2023-09-12 15:53:36 UTC
  • Revision ID: netbit73@gmail.com-20230912155336-s1r5z5xnszz99zzo
0.0~git20230113.4362b18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <signal.h>
2
2
 
3
3
#define ELF_NGREG 32
 
4
#define ELF_NFPREG 33
4
5
typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
5
6
typedef union __riscv_mc_fp_state elf_fpregset_t;