We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcbb74 commit 20ecfc3Copy full SHA for 20ecfc3
src/unix/linux_like/linux/mod.rs
@@ -819,9 +819,14 @@ s! {
819
pub pps: ::c_int,
820
pub n_pins: ::c_int,
821
pub cross_timestamping: ::c_int,
822
+ #[cfg(not(any(target_env = "musl", target_env = "ohos")))]
823
pub adjust_phase: ::c_int,
824
825
pub max_phase_adj: ::c_int,
826
827
pub rsv: [::c_int; 11],
828
+ #[cfg(any(target_env = "musl", target_env = "ohos"))]
829
+ pub rsv: [::c_int; 13],
830
}
831
832
pub struct ptp_extts_request {
0 commit comments