aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/linux_common.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/csource/linux_common.go')
-rw-r--r--pkg/csource/linux_common.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/csource/linux_common.go b/pkg/csource/linux_common.go
index 8f293204f..d8dae4b22 100644
--- a/pkg/csource/linux_common.go
+++ b/pkg/csource/linux_common.go
@@ -2963,7 +2963,7 @@ extern unsigned long long procid;
#if defined(SYZ_EXECUTOR)
void reply_handshake();
-void receive_execute(bool need_prog);
+void receive_execute();
void reply_execute(int status);
extern uint32* output_data;
extern uint32* output_pos;
@@ -3027,7 +3027,7 @@ static void loop()
}
#endif
#if defined(SYZ_EXECUTOR)
- receive_execute(false);
+ receive_execute();
#endif
int pid = fork();
if (pid < 0)