Skip to content

Commit a8364ac

Browse files
committed
Allow rustc data structures compile to android
flock structure is defined in asm*/fcntl.h. This file on android is generated from the linux kernel source, so they are the same.
1 parent bc524d3 commit a8364ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_data_structures/flock.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mod imp {
2727
use std::io;
2828
use libc;
2929

30-
#[cfg(target_os = "linux")]
30+
#[cfg(any(target_os = "linux", target_os = "android"))]
3131
mod os {
3232
use libc;
3333

0 commit comments

Comments
 (0)