diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-10-25 12:12:10 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-10-28 17:32:15 +0100 |
| commit | d3747c722655480e783b482c959331238997733f (patch) | |
| tree | 242b4b0688ad4bbbd97152556e4403b2baf70957 /executor/executor_bsd.h | |
| parent | b17b4f5d0ddc4b052d56ddce25188723812d93cc (diff) | |
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.
Diffstat (limited to 'executor/executor_bsd.h')
| -rw-r--r-- | executor/executor_bsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
