Skip to content

Commit cb13675

Browse files
committed
Expose signalfd on Android
1 parent 3ef5049 commit cb13675

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sys/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ pub mod sendfile;
2424

2525
pub mod signal;
2626

27-
// FIXME: Add to Android once libc#671 lands in a release
28-
#[cfg(target_os = "linux")]
27+
#[cfg(any(target_os = "android", target_os = "linux"))]
2928
pub mod signalfd;
3029

3130
pub mod socket;

0 commit comments

Comments
 (0)