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 641016f commit 67a2759Copy full SHA for 67a2759
src/unix/bsd/apple/mod.rs
@@ -505,6 +505,7 @@ s! {
505
pub sae_srcaddrlen: ::socklen_t, // size of source address
506
pub sae_dstaddr: *const ::sockaddr, // destination address
507
pub sae_dstaddrlen: ::socklen_t, // size of destination address
508
+ }
509
510
pub struct timex {
511
pub modes: ::c_uint,
@@ -3656,7 +3657,7 @@ extern "C" {
3656
3657
associd: sae_associd_t,
3658
connid: sae_connid_t,
3659
) -> ::c_int;
-
3660
+
3661
pub fn ntp_adjtime(buf: *mut timex) -> ::c_int;
3662
pub fn ntp_gettime(buf: *mut ntptimeval) -> ::c_int;
3663
}
0 commit comments