Fix redefinitions

This commit is contained in:
Marcin Mielniczuk 2017-07-25 17:59:16 +02:00
parent 8a676cbe8b
commit bd9e6f4c09
2 changed files with 0 additions and 7 deletions

View File

@ -354,9 +354,6 @@ pub const TIOCMSET: ::c_int = 0x5418;
pub const FIONREAD: ::c_int = 0x541B;
pub const TIOCCONS: ::c_int = 0x541D;
pub const SYS_gettid: ::c_long = 224;
pub const SYS_perf_event_open: ::c_long = 336;
pub const POLLWRNORM: ::c_short = 0x100;
pub const POLLWRBAND: ::c_short = 0x200;

View File

@ -16,10 +16,6 @@ s! {
}
}
pub const SYS_gettid: ::c_long = 186;
pub const SYS_perf_event_open: ::c_long = 298;
// Syscall table
pub const SYS_read: ::c_long = 0;