File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
src/unix/linux_like/linux/gnu/b64/riscv64 Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ PTRACE_GETFPREGS
2
+ PTRACE_SETFPREGS
3
+ PTRACE_GETFPXREGS
4
+ PTRACE_SETFPXREGS
5
+ PTRACE_GETREGS
6
+ PTRACE_SETREGS
Original file line number Diff line number Diff line change @@ -393,6 +393,12 @@ pub const ENOTNAM: ::c_int = 118;
393
393
pub const ENAVAIL : :: c_int = 119 ;
394
394
pub const EISNAM : :: c_int = 120 ;
395
395
pub const EREMOTEIO : :: c_int = 121 ;
396
+ pub const PTRACE_GETFPREGS : :: c_uint = 14 ;
397
+ pub const PTRACE_SETFPREGS : :: c_uint = 15 ;
398
+ pub const PTRACE_GETFPXREGS : :: c_uint = 18 ;
399
+ pub const PTRACE_SETFPXREGS : :: c_uint = 19 ;
400
+ pub const PTRACE_GETREGS : :: c_uint = 12 ;
401
+ pub const PTRACE_SETREGS : :: c_uint = 13 ;
396
402
pub const MCL_CURRENT : :: c_int = 1 ;
397
403
pub const MCL_FUTURE : :: c_int = 2 ;
398
404
pub const SIGSTKSZ : :: size_t = 8192 ;
You can’t perform that action at this time.
0 commit comments