diff options
author | Jack Lloyd <[email protected]> | 2017-01-17 12:45:17 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-17 12:45:17 -0500 |
commit | c3ae43c04ca4a8a3340b8549ab59c817c33f3011 (patch) | |
tree | 1e8777e26156482a17ff0a7e456604be15862cc3 /src/build-data/os/android.txt | |
parent | 25474b4c2dca3babaaa078fbef2544f6f0c1b9f0 (diff) |
Refactor CPUID implementation, add ARM support
Tested for ARM only under qemu-aarch64, need to check hardware before merging.
Changes x86 CPUID bitmasks which does break ABI for 2.1, no API implications.
Diffstat (limited to 'src/build-data/os/android.txt')
-rw-r--r-- | src/build-data/os/android.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/os/android.txt b/src/build-data/os/android.txt index 50d97fd8f..db06bab1d 100644 --- a/src/build-data/os/android.txt +++ b/src/build-data/os/android.txt @@ -7,6 +7,7 @@ clock_gettime gettimeofday posix_mlock gmtime_r +getauxval dlopen readdir threads |