summaryrefslogtreecommitdiff
path: root/test/sys
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2021-08-31 16:40:30 -0600
committerRyan Zoeller <rtzoeller@rtzoeller.com>2021-08-31 16:40:30 -0600
commit2a31ac127abff33eb26844fc06138bf0e3291bb1 (patch)
tree411ac2f91915fe04e31c3a2ea8cafef14815c96a /test/sys
parent39c63662ed910763b0ccc02473121f12517d1f42 (diff)
downloadnix-2a31ac127abff33eb26844fc06138bf0e3291bb1.zip
Allow Android to use timerfd
Co-authored-by: zachoverflow <zach@zachjohnson.net>
Diffstat (limited to 'test/sys')
-rw-r--r--test/sys/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sys/mod.rs b/test/sys/mod.rs
index 4f5316ff..14b03784 100644
--- a/test/sys/mod.rs
+++ b/test/sys/mod.rs
@@ -41,5 +41,5 @@ mod test_pthread;
target_os = "netbsd",
target_os = "openbsd"))]
mod test_ptrace;
-#[cfg(target_os = "linux")]
+#[cfg(any(target_os = "android", target_os = "linux"))]
mod test_timerfd;