Skip to content

Commit e43e863

Browse files
authored
Merge pull request #2 from Wind-River/bpang-issue1469
remove spurious extra line
2 parents e1a417f + de98bf9 commit e43e863

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vxworks/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,6 @@ extern {
12431243
fd: ::c_int,
12441244
offset: off_t,
12451245
) -> *mut ::c_void;
1246-
12471246
pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int;
12481247

12491248
pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint;
@@ -1289,7 +1288,6 @@ extern {
12891288
) -> *mut ::c_void;
12901289
pub fn dlclose(handle: *mut ::c_void) -> ::c_int;
12911290
pub fn res_init() -> ::c_int;
1292-
12931291
pub fn difftime(time1: time_t, time0: time_t) -> ::c_double;
12941292

12951293
pub fn mknod(

0 commit comments

Comments
 (0)