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 52b2015 commit 1f038a5Copy full SHA for 1f038a5
src/unix/notbsd/linux/mod.rs
@@ -1696,7 +1696,8 @@ pub const SOF_TIMESTAMPING_OPT_STATS: ::c_uint = 1 << 12;
1696
pub const SOF_TIMESTAMPING_OPT_PKTINFO: ::c_uint = 1 << 13;
1697
pub const SOF_TIMESTAMPING_OPT_TX_SWHW: ::c_uint = 1 << 14;
1698
pub const SOF_TIMESTAMPING_LAST: ::c_uint = SOF_TIMESTAMPING_OPT_TX_SWHW;
1699
-pub const SOF_TIMESTAMPING_MASK: ::c_uint = (SOF_TIMESTAMPING_LAST - 1) | SOF_TIMESTAMPING_LAST;
+pub const SOF_TIMESTAMPING_MASK: ::c_uint = (SOF_TIMESTAMPING_LAST - 1)
1700
+ | SOF_TIMESTAMPING_LAST;
1701
1702
f! {
1703
pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
0 commit comments