Skip to content

Commit bd9e6f4

Browse files
committed
Fix redefinitions
1 parent 8a676cb commit bd9e6f4

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,6 @@ pub const TIOCMSET: ::c_int = 0x5418;
354354
pub const FIONREAD: ::c_int = 0x541B;
355355
pub const TIOCCONS: ::c_int = 0x541D;
356356

357-
pub const SYS_gettid: ::c_long = 224;
358-
pub const SYS_perf_event_open: ::c_long = 336;
359-
360357
pub const POLLWRNORM: ::c_short = 0x100;
361358
pub const POLLWRBAND: ::c_short = 0x200;
362359

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ s! {
1616
}
1717
}
1818

19-
pub const SYS_gettid: ::c_long = 186;
20-
21-
pub const SYS_perf_event_open: ::c_long = 298;
22-
2319
// Syscall table
2420

2521
pub const SYS_read: ::c_long = 0;

0 commit comments

Comments
 (0)