musl/arch/riscv64/bits/reg.h
Rich Felker 329e79299d move riscv64 register index constants to signal.h
under _GNU_SOURCE for namespace cleanliness, analogous to other archs.
the original placement in sys/reg.h seems not to have been motivated;
such a header isn't even present on other implementations.
2020-02-04 09:29:13 -05:00

3 lines
40 B
C

#undef __WORDSIZE
#define __WORDSIZE 64