We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f85581 commit cb20da6Copy full SHA for cb20da6
src/unix/linux_like/linux/gnu/mod.rs
@@ -1066,6 +1066,7 @@ extern "C" {
1066
1067
pub fn adjtimex(buf: *mut timex) -> ::c_int;
1068
pub fn ntp_adjtime(buf: *mut timex) -> ::c_int;
1069
+ #[link_name(ntp_gettimex)]
1070
pub fn ntp_gettime(buf: *mut ntptimeval) -> ::c_int;
1071
}
1072
0 commit comments