Skip to content

Commit 6bbd2ed

Browse files
author
kud1ing
committed
define arch for iOS/ARM
1 parent 239fb1f commit 6bbd2ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/libc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,6 +1160,7 @@ pub mod types {
11601160
}
11611161
}
11621162

1163+
#[cfg(target_arch = "arm")]
11631164
#[cfg(target_arch = "x86")]
11641165
pub mod arch {
11651166
pub mod c95 {

0 commit comments

Comments
 (0)