From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/rustix/tests/thread/main.rs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vendor/rustix/tests/thread/main.rs (limited to 'vendor/rustix/tests/thread/main.rs') diff --git a/vendor/rustix/tests/thread/main.rs b/vendor/rustix/tests/thread/main.rs new file mode 100644 index 000000000..0fc9b42c4 --- /dev/null +++ b/vendor/rustix/tests/thread/main.rs @@ -0,0 +1,9 @@ +//! Tests for [`rustix::thread`]. + +#![cfg(feature = "thread")] +#![cfg(not(windows))] + +#[cfg(not(any(target_os = "redox")))] +mod clocks; +#[cfg(any(target_os = "android", target_os = "linux"))] +mod id; -- cgit v1.2.3