Skip to content

Commit 9e62682

Browse files
author
Gerd Zellweger
committed
Remove some SOF_TIMESTAMPING_ options not supported with musl.
1 parent 2f83a7a commit 9e62682

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/unix/notbsd/linux/mod.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,17 +1687,6 @@ pub const SOF_TIMESTAMPING_RX_SOFTWARE: ::c_uint = 1 << 3;
16871687
pub const SOF_TIMESTAMPING_SOFTWARE: ::c_uint = 1 << 4;
16881688
pub const SOF_TIMESTAMPING_SYS_HARDWARE: ::c_uint = 1 << 5;
16891689
pub const SOF_TIMESTAMPING_RAW_HARDWARE: ::c_uint = 1 << 6;
1690-
pub const SOF_TIMESTAMPING_OPT_ID: ::c_uint = 1 << 7;
1691-
pub const SOF_TIMESTAMPING_TX_SCHED: ::c_uint = 1 << 8;
1692-
pub const SOF_TIMESTAMPING_TX_ACK: ::c_uint = 1 << 9;
1693-
pub const SOF_TIMESTAMPING_OPT_CMSG: ::c_uint = 1 << 10;
1694-
pub const SOF_TIMESTAMPING_OPT_TSONLY: ::c_uint = 1 << 11;
1695-
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)
1700-
| SOF_TIMESTAMPING_LAST;
17011690

17021691
f! {
17031692
pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {

0 commit comments

Comments
 (0)