diff options
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerFork.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerFork.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerFork.h b/compiler-rt/lib/fuzzer/FuzzerFork.h index d9e8de51510..b29a43e13fb 100644 --- a/compiler-rt/lib/fuzzer/FuzzerFork.h +++ b/compiler-rt/lib/fuzzer/FuzzerFork.h @@ -18,7 +18,7 @@ namespace fuzzer { void FuzzWithFork(Random &Rand, const FuzzingOptions &Options, const Vector<std::string> &Args, - const Vector<std::string> &CorpusDirs); + const Vector<std::string> &CorpusDirs, int NumJobs); } // namespace fuzzer #endif // LLVM_FUZZER_FORK_H |

