From d3747c722655480e783b482c959331238997733f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 25 Oct 2020 12:12:10 +0100 Subject: pkg/csource: setup sysctl's in C reproducers Sysctl's are not captured as part of reproducers. This can result in failure to reproduce a bug on developer machine. Include sysctl setup as part of C reproducers. --- executor/executor_bsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/executor_bsd.h') diff --git a/executor/executor_bsd.h b/executor/executor_bsd.h index ac062d5cc..65d9fd925 100644 --- a/executor/executor_bsd.h +++ b/executor/executor_bsd.h @@ -188,7 +188,7 @@ static feature_t features[] = { {"fault", setup_fault}, }; -static void setup_machine(void) +static void setup_sysctl(void) { } #endif -- cgit mrf-deployment