Skip to content

Commit 9c8aa21

Browse files
committed
Remove the freebsd specific adjtime.
1 parent 81f32d5 commit 9c8aa21

File tree

1 file changed

+0
-1
lines changed
  • src/unix/bsd/freebsdlike/freebsd

1 file changed

+0
-1
lines changed

src/unix/bsd/freebsdlike/freebsd/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4204,7 +4204,6 @@ extern "C" {
42044204
pub fn getpagesize() -> ::c_int;
42054205
pub fn getpagesizes(pagesize: *mut ::size_t, nelem: ::c_int) -> ::c_int;
42064206

4207-
pub fn adjtime(arg1: *const ::timeval, arg2: *mut ::timeval) -> ::c_int;
42084207
pub fn clock_getcpuclockid2(arg1: ::id_t, arg2: ::c_int, arg3: *mut clockid_t) -> ::c_int;
42094208

42104209
pub fn shm_create_largepage(

0 commit comments

Comments
 (0)