File tree 2 files changed +4
-0
lines changed
src/unix/linux_like/linux/gnu
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1888,6 +1888,7 @@ PTRACE_EVENT_VFORK_DONE
1888
1888
PTRACE_GETEVENTMSG
1889
1889
PTRACE_GETREGSET
1890
1890
PTRACE_GETSIGINFO
1891
+ PTRACE_GETSIGMASK
1891
1892
PTRACE_INTERRUPT
1892
1893
PTRACE_KILL
1893
1894
PTRACE_LISTEN
@@ -1913,6 +1914,7 @@ PTRACE_SEIZE
1913
1914
PTRACE_SETOPTIONS
1914
1915
PTRACE_SETREGSET
1915
1916
PTRACE_SETSIGINFO
1917
+ PTRACE_SETSIGMASK
1916
1918
PTRACE_SINGLESTEP
1917
1919
PTRACE_SYSCALL
1918
1920
PTRACE_TRACEME
Original file line number Diff line number Diff line change @@ -853,6 +853,8 @@ pub const PTRACE_SEIZE: ::c_uint = 0x4206;
853
853
pub const PTRACE_INTERRUPT : :: c_uint = 0x4207 ;
854
854
pub const PTRACE_LISTEN : :: c_uint = 0x4208 ;
855
855
pub const PTRACE_PEEKSIGINFO : :: c_uint = 0x4209 ;
856
+ pub const PTRACE_GETSIGMASK : :: c_uint = 0x420a ;
857
+ pub const PTRACE_SETSIGMASK : :: c_uint = 0x420b ;
856
858
pub const PTRACE_GET_SYSCALL_INFO : :: c_uint = 0x420e ;
857
859
pub const PTRACE_SYSCALL_INFO_NONE : :: __u8 = 0 ;
858
860
pub const PTRACE_SYSCALL_INFO_ENTRY : :: __u8 = 1 ;
You can’t perform that action at this time.
0 commit comments