about summary refs log tree commit diff
path: root/frida_mode/include/seccomp.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-08-06 09:02:02 +0200
committerGitHub <noreply@github.com>2022-08-06 09:02:02 +0200
commit94fe62ad8db938757a3052f2041aef390e19c9a1 (patch)
treeff645a8bd0a5d81e3f6f825efebf87845b463436 /frida_mode/include/seccomp.h
parent4b9c560b07e1ea42633b59e0eb94f7a3f0fe0c58 (diff)
parent608ea5f8abbfce9c309d452e2ee3dbb014dc511a (diff)
downloadafl++-94fe62ad8db938757a3052f2041aef390e19c9a1.tar.gz
Merge pull request #1467 from WorksButNotTested/droid
Android Fixes
Diffstat (limited to 'frida_mode/include/seccomp.h')
-rw-r--r--frida_mode/include/seccomp.h2
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>