Skip to content
Snippets Groups Projects
Unverified Commit e43e8634 authored by Baoshan's avatar Baoshan Committed by GitHub
Browse files

Merge pull request #2 from Wind-River/bpang-issue1469

remove spurious extra line
parents e1a417f1 de98bf97
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment