Skip to content

Commit

Permalink
Fix double blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
marmistrz committed Aug 1, 2017
1 parent 08fefb7 commit 0ef465a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unix/notbsd/linux/musl/b32/x86.rs
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,6 @@ pub const SYS_pwritev2: ::c_long = 379;
// FIXME syscalls 380-382 have been added in musl 1.16
// See discussion https://github.com/rust-lang/libc/pull/699


// offsets in user_regs_structs, from sys/reg.h
pub const EBX: ::c_int = 0;
pub const ECX: ::c_int = 1;
Expand Down

0 comments on commit 0ef465a

Please sign in to comment.