mirror of
https://github.com/ziglang/zig.git
synced 2025-12-13 01:33:09 +00:00
6 lines
152 B
C
6 lines
152 B
C
#include <signal.h>
|
|
|
|
#define ELF_NGREG 32
|
|
typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
|
|
typedef union __riscv_mc_fp_state elf_fpregset_t;
|