Skip to content

Commit 4e3426f

Browse files
committed
Fix typo guarding memfd export on android.
1 parent 981df92 commit 4e3426f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ feature! {
5050
#[macro_use]
5151
pub mod ioctl;
5252

53-
#[cfg(any(target_is = "android", target_os = "linux"))]
53+
#[cfg(any(target_os = "android", target_os = "linux"))]
5454
feature! {
5555
#![feature = "fs"]
5656
pub mod memfd;

0 commit comments

Comments
 (0)