Reported-by: Thomas Huth <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
---
This is not enough for the msys2-64bit job to pass, but it
reaches linking.
rust/trace/src/lib.rs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rust/trace/src/lib.rs b/rust/trace/src/lib.rs
index c2abe430a52..143513891ac 100644
--- a/rust/trace/src/lib.rs
+++ b/rust/trace/src/lib.rs
@@ -3,9 +3,11 @@
//! This crate provides macros that aid in using QEMU's tracepoint
//! functionality.
+#[cfg(not(windows))]
#[doc(hidden)]
/// Re-exported item to avoid adding libc as a dependency everywhere.
pub use libc::{syslog, LOG_INFO};
+
#[doc(hidden)]
/// Re-exported item to avoid adding probe as a dependency everywhere.
pub use probe::probe;
--
2.52.0