From a990de90fe41456a23e58bd087d2f107d321f3a1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 19 Jul 2024 16:37:58 +0400 Subject: Deleted vendor folder --- vendor/rustix/src/time/mod.rs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 vendor/rustix/src/time/mod.rs (limited to 'vendor/rustix/src/time/mod.rs') diff --git a/vendor/rustix/src/time/mod.rs b/vendor/rustix/src/time/mod.rs deleted file mode 100644 index c633e76..0000000 --- a/vendor/rustix/src/time/mod.rs +++ /dev/null @@ -1,11 +0,0 @@ -//! Time-related operations. - -mod clock; -#[cfg(any(linux_kernel, target_os = "fuchsia"))] -mod timerfd; - -// TODO: Convert WASI'S clock APIs to use handles rather than ambient clock -// identifiers, update `wasi-libc`, and then add support in `rustix`. -pub use clock::*; -#[cfg(any(linux_kernel, target_os = "fuchsia"))] -pub use timerfd::*; -- cgit v1.2.3