We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1a417f + de98bf9 commit e43e863Copy full SHA for e43e863
src/vxworks/mod.rs
@@ -1243,7 +1243,6 @@ extern {
1243
fd: ::c_int,
1244
offset: off_t,
1245
) -> *mut ::c_void;
1246
-
1247
pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int;
1248
1249
pub fn if_nametoindex(ifname: *const c_char) -> ::c_uint;
@@ -1289,7 +1288,6 @@ extern {
1289
1288
1290
pub fn dlclose(handle: *mut ::c_void) -> ::c_int;
1291
pub fn res_init() -> ::c_int;
1292
1293
pub fn difftime(time1: time_t, time0: time_t) -> ::c_double;
1294
1295
pub fn mknod(
0 commit comments