Skip to content

Commit de5cfea

Browse files
committed
Expose signalfd on Android
1 parent 72ed47d commit de5cfea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sys/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ pub mod sendfile;
2828

2929
pub mod signal;
3030

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

3534
pub mod socket;

0 commit comments

Comments
 (0)