Skip to content

Commit

Permalink
Merge pull request #2 from Wind-River/bpang-issue1469
Browse files Browse the repository at this point in the history
remove spurious extra line
  • Loading branch information
BaoshanPang authored Aug 18, 2019
2 parents e1a417f + de98bf9 commit e43e863
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vxworks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,6 @@ extern {
fd: ::c_int,
offset: off_t,
) -> *mut ::c_void;

pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int;

pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint;
Expand Down Expand Up @@ -1289,7 +1288,6 @@ extern {
) -> *mut ::c_void;
pub fn dlclose(handle: *mut ::c_void) -> ::c_int;
pub fn res_init() -> ::c_int;

pub fn difftime(time1: time_t, time0: time_t) -> ::c_double;

pub fn mknod(
Expand Down

0 comments on commit e43e863

Please sign in to comment.