File tree 2 files changed +0
-6
lines changed
src/unix/notbsd/linux/other 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -194,9 +194,6 @@ pub const SO_SNDTIMEO: ::c_int = 21;
194
194
pub const FIOCLEX : :: c_ulong = 0x5451 ;
195
195
pub const FIONBIO : :: c_ulong = 0x5421 ;
196
196
197
- pub const SYS_gettid : :: c_long = 224 ;
198
- pub const SYS_perf_event_open : :: c_long = 336 ;
199
-
200
197
pub const PTRACE_GETFPXREGS : :: c_uint = 18 ;
201
198
pub const PTRACE_SETFPXREGS : :: c_uint = 19 ;
202
199
Original file line number Diff line number Diff line change @@ -455,9 +455,6 @@ pub const PTRACE_O_TRACESECCOMP: ::c_uint = 128;
455
455
pub const PTRACE_O_SUSPEND_SECCOMP : :: c_uint = 2097152 ;
456
456
pub const PTRACE_PEEKSIGINFO_SHARED : :: c_uint = 1 ;
457
457
458
- pub const SYS_gettid : :: c_long = 186 ;
459
- pub const SYS_perf_event_open : :: c_long = 298 ;
460
-
461
458
pub const MCL_CURRENT : :: c_int = 0x0001 ;
462
459
pub const MCL_FUTURE : :: c_int = 0x0002 ;
463
460
You can’t perform that action at this time.
0 commit comments