Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
arch
riscv32
bits
user.h
pretty
plain
permalink
blame
history
•
6 lines
•
174 B
1
#include <signal.h>
2
3
#define ELF_NGREG 32
4
#define ELF_NFPREG 33
5
typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
6
typedef union __riscv_mc_fp_state elf_fpregset_t;