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.
1 parent 81f32d5 commit 9c8aa21Copy full SHA for 9c8aa21
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -4204,7 +4204,6 @@ extern "C" {
4204
pub fn getpagesize() -> ::c_int;
4205
pub fn getpagesizes(pagesize: *mut ::size_t, nelem: ::c_int) -> ::c_int;
4206
4207
- pub fn adjtime(arg1: *const ::timeval, arg2: *mut ::timeval) -> ::c_int;
4208
pub fn clock_getcpuclockid2(arg1: ::id_t, arg2: ::c_int, arg3: *mut clockid_t) -> ::c_int;
4209
4210
pub fn shm_create_largepage(
0 commit comments