We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a676cb commit bd9e6f4Copy full SHA for bd9e6f4
src/unix/notbsd/linux/musl/b32/x86.rs
@@ -354,9 +354,6 @@ pub const TIOCMSET: ::c_int = 0x5418;
354
pub const FIONREAD: ::c_int = 0x541B;
355
pub const TIOCCONS: ::c_int = 0x541D;
356
357
-pub const SYS_gettid: ::c_long = 224;
358
-pub const SYS_perf_event_open: ::c_long = 336;
359
-
360
pub const POLLWRNORM: ::c_short = 0x100;
361
pub const POLLWRBAND: ::c_short = 0x200;
362
src/unix/notbsd/linux/musl/b64/x86_64.rs
@@ -16,10 +16,6 @@ s! {
16
}
17
18
19
-pub const SYS_gettid: ::c_long = 186;
20
21
-pub const SYS_perf_event_open: ::c_long = 298;
22
23
// Syscall table
24
25
pub const SYS_read: ::c_long = 0;
0 commit comments