Skip to content

Commit

Permalink
Fix import, again
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallpierce committed Jan 18, 2017
1 parent 5c61439 commit 983abfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crypto/cpu-arm-linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */

#include <openssl/cpu.h>
#include <errno.h>

#ifdef __linux__

#include <errno.h>

/* |getauxval| is not available on Android until API level 20. Link it as a weak
* symbol and use other methods as fallback. As of Rust 1.14 this weak linkage
* isn't supported, so we do it in C.
Expand Down

0 comments on commit 983abfa

Please sign in to comment.