Skip to content

Commit

Permalink
Fix redefinitions
Browse files Browse the repository at this point in the history
  • Loading branch information
marmistrz committed Jul 25, 2017
1 parent 8a676cb commit bd9e6f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/unix/notbsd/linux/musl/b32/x86.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
4 changes: 0 additions & 4 deletions src/unix/notbsd/linux/musl/b64/x86_64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bd9e6f4

Please sign in to comment.