Skip to content

Commit b06739d

Browse files
committed
Auto merge of rust-lang#813 - ndusart:syscall-android, r=alexcrichton
SYS_* constants are of type long in Android The SYS_* constants should be `c_long` as `syscall` expect a `c_long` as first argument and in Android headers, there is no sign that these constants should be `unsigned long`. So the compilation targeting ARM Android fails for dependent crates using `syscall`.
2 parents 07088d2 + 4b240a6 commit b06739d

File tree

2 files changed

+615
-615
lines changed

2 files changed

+615
-615
lines changed

0 commit comments

Comments
 (0)