We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c6366 commit 2a31ac1Copy full SHA for 2a31ac1
src/sys/mod.rs
@@ -135,6 +135,6 @@ pub mod wait;
135
#[allow(missing_docs)]
136
pub mod inotify;
137
138
-#[cfg(target_os = "linux")]
+#[cfg(any(target_os = "android", target_os = "linux"))]
139
140
pub mod timerfd;
test/sys/mod.rs
@@ -41,5 +41,5 @@ mod test_pthread;
41
target_os = "netbsd",
42
target_os = "openbsd"))]
43
mod test_ptrace;
44
45
mod test_timerfd;
0 commit comments