summaryrefslogtreecommitdiff
path: root/src/time.rs
diff options
context:
space:
mode:
authorJonah Petri <jonah@petri.us>2021-12-07 16:57:52 -0500
committerJonah Petri <jonah@petri.us>2022-01-24 10:06:35 -0500
commit6c4b9133f14d4488dc1b86411568b49e99fbe629 (patch)
treeec06e25f28ac2f989b1af4408d00407b9e548258 /src/time.rs
parentae2b7b3552f3b800ab0f5e92dad06cd2e7df25e6 (diff)
downloadnix-6c4b9133f14d4488dc1b86411568b49e99fbe629.zip
uclibc support
Diffstat (limited to 'src/time.rs')
-rw-r--r--src/time.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/time.rs b/src/time.rs
index 01a8fd00..6a385b90 100644
--- a/src/time.rs
+++ b/src/time.rs
@@ -237,7 +237,6 @@ pub fn clock_gettime(clock_id: ClockId) -> Result<TimeSpec> {
#[cfg(not(any(
target_os = "macos",
target_os = "ios",
- target_env = "uclibc",
target_os = "redox",
target_os = "hermit",
)))]