提交 29e8737f 编写于 作者: K Khem Raj 提交者: Rich Felker

re-add ELF gregs and fpregs types to riscv64 user.h

d493206d deleted all the content of
user.h, but sys/procfs.h expects this from sys/user.h
threfore we retain the non conflicting parts
上级 9d35fec9
struct user_fpregs_struct {
double f[32];
unsigned int fcsr;
};
#define ELF_NGREG 32
typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
typedef struct user_fpregs_struct elf_fpregset_t;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册