summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/riscv32/sys/ucontext.h
AgeCommit message (Collapse)Author
2024-05-18riscv32: Fix `struct ucontext` definition.Dmitry Chestnykh
The correct typedef is `struct ucontext` -> `ucontext_t`, not `struct ucontext_t` -> `ucontext_t` like for other architectures. Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
2024-03-03riscv32: decouple from riscv64Waldemar Brodkorb