about summary refs log tree commit diff
path: root/frida_mode/src/entry.c
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-11-11 18:32:35 +0000
committerYour Name <you@example.com>2021-11-11 18:32:35 +0000
commita15b5ef458f5265082db59c636ca2c3c4954020f (patch)
treebd3fe33afd4358fb3b0b87b35559f11793d5f8c2 /frida_mode/src/entry.c
parent26238516804a45636f8c675d492b048c32b82d31 (diff)
downloadafl++-a15b5ef458f5265082db59c636ca2c3c4954020f.tar.gz
Changes to fix use of unstable coverage
Diffstat (limited to 'frida_mode/src/entry.c')
-rw-r--r--frida_mode/src/entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/src/entry.c b/frida_mode/src/entry.c
index a36daf88..562e74eb 100644
--- a/frida_mode/src/entry.c
+++ b/frida_mode/src/entry.c
@@ -36,7 +36,7 @@ static void entry_launch(void) {
 
 }
 
-#if defined(__linux__) && !defined(__ANDROID__)
+#if defined(__linux__) && defined(PR_SET_PTRACER) && !defined(__ANDROID__)
 void entry_on_fork(void) {
 
   if (traceable) {