Skip to content

Commit c0aaf42

Browse files
committed
Remove existing SYS_* entires
There were previous definitions of SYS_gettid and SYS_perf_event_open
1 parent a4a1687 commit c0aaf42

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/unix/notbsd/linux/other/b32/x86.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ pub const SO_SNDTIMEO: ::c_int = 21;
194194
pub const FIOCLEX: ::c_ulong = 0x5451;
195195
pub const FIONBIO: ::c_ulong = 0x5421;
196196

197-
pub const SYS_gettid: ::c_long = 224;
198-
pub const SYS_perf_event_open: ::c_long = 336;
199-
200197
pub const PTRACE_GETFPXREGS: ::c_uint = 18;
201198
pub const PTRACE_SETFPXREGS: ::c_uint = 19;
202199

src/unix/notbsd/linux/other/b64/x86_64.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,6 @@ pub const PTRACE_O_TRACESECCOMP: ::c_uint = 128;
455455
pub const PTRACE_O_SUSPEND_SECCOMP: ::c_uint = 2097152;
456456
pub const PTRACE_PEEKSIGINFO_SHARED: ::c_uint = 1;
457457

458-
pub const SYS_gettid: ::c_long = 186;
459-
pub const SYS_perf_event_open: ::c_long = 298;
460-
461458
pub const MCL_CURRENT: ::c_int = 0x0001;
462459
pub const MCL_FUTURE: ::c_int = 0x0002;
463460

0 commit comments

Comments
 (0)