File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1124,6 +1124,8 @@ pub const PTRACE_GETEVENTMSG: ::c_int = 0x4201;
11241124pub const PTRACE_GETSIGINFO : :: c_int = 0x4202 ;
11251125pub const PTRACE_SETSIGINFO : :: c_int = 0x4203 ;
11261126
1127+ pub const PTRACE_EVENT_STOP : :: c_int = 128 ;
1128+
11271129pub const F_GETLK : :: c_int = 5 ;
11281130pub const F_GETOWN : :: c_int = 9 ;
11291131pub const F_SETOWN : :: c_int = 8 ;
Original file line number Diff line number Diff line change @@ -2041,6 +2041,8 @@ pub const SIOCSRARP: ::c_ulong = 0x00008962;
20412041pub const SIOCGIFMAP : :: c_ulong = 0x00008970 ;
20422042pub const SIOCSIFMAP : :: c_ulong = 0x00008971 ;
20432043
2044+ pub const PTRACE_EVENT_STOP : :: c_int = 128 ;
2045+
20442046pub const IPTOS_TOS_MASK : u8 = 0x1E ;
20452047pub const IPTOS_PREC_MASK : u8 = 0xE0 ;
20462048
Original file line number Diff line number Diff line change @@ -982,8 +982,6 @@ pub const PTRACE_EVENT_EXEC: ::c_int = 4;
982982pub const PTRACE_EVENT_VFORK_DONE : :: c_int = 5 ;
983983pub const PTRACE_EVENT_EXIT : :: c_int = 6 ;
984984pub const PTRACE_EVENT_SECCOMP : :: c_int = 7 ;
985- // PTRACE_EVENT_STOP was added to glibc in 2.26
986- // pub const PTRACE_EVENT_STOP: ::c_int = 128;
987985
988986pub const __WNOTHREAD: :: c_int = 0x20000000 ;
989987pub const __WALL: :: c_int = 0x40000000 ;
You can’t perform that action at this time.
0 commit comments