diff options
author | Your Name <you@example.com> | 2022-08-01 08:10:45 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2022-08-05 20:56:14 +0100 |
commit | 7b6743f14ceb426e282900a9d5ee35b1ac820013 (patch) | |
tree | ba76da004c1a52b79eeb21713c968eab87d4b46b /frida_mode/include/seccomp.h | |
parent | 4b9c560b07e1ea42633b59e0eb94f7a3f0fe0c58 (diff) | |
download | afl++-7b6743f14ceb426e282900a9d5ee35b1ac820013.tar.gz |
Android fixes
Diffstat (limited to 'frida_mode/include/seccomp.h')
-rw-r--r-- | frida_mode/include/seccomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/include/seccomp.h b/frida_mode/include/seccomp.h index 0cd90bc2..0886759c 100644 --- a/frida_mode/include/seccomp.h +++ b/frida_mode/include/seccomp.h @@ -1,7 +1,7 @@ #ifndef _SECCOMP_H #define _SECCOMP_H -#ifndef __APPLE__ +#if !defined(__APPLE__) && !defined(__ANDROID__) #include <stdint.h> #include <linux/filter.h> |