Skip to content
Snippets Groups Projects
Commit b06739dd authored by bors's avatar bors
Browse files

Auto merge of #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`.
parents 07088d2a 4b240a6b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment