diff options
| author | van Hauser <vh@thc.org> | 2020-04-26 01:25:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-26 01:25:39 +0200 |
| commit | fb89b042f878e450f719d3303a6c4f777dbae0b1 (patch) | |
| tree | 4ca27636df0f57b7b1cd2f9d92b4f243fd0c2ea8 /libdislocator/libdislocator.so.c | |
| parent | 646aeb2b18f91c562fa8de656c87f3cb205ce99f (diff) | |
| parent | 80916a3613c05b651eaab005caeb96bd80664d0f (diff) | |
| download | afl++-fb89b042f878e450f719d3303a6c4f777dbae0b1.tar.gz | |
Merge pull request #337 from devnexen/android_support_arc4_api
Android supports arc4 api.
Diffstat (limited to 'libdislocator/libdislocator.so.c')
| -rw-r--r-- | libdislocator/libdislocator.so.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdislocator/libdislocator.so.c b/libdislocator/libdislocator.so.c index 6c8916d6..73ddc292 100644 --- a/libdislocator/libdislocator.so.c +++ b/libdislocator/libdislocator.so.c @@ -37,7 +37,7 @@ #include <sys/param.h> #endif -#ifdef __linux__ +#if defined(__linux__) && !defined(__ANDROID__) #include <unistd.h> #include <sys/syscall.h> #ifdef __NR_getrandom |
