[libFuzzer] print a stack trace on timeout
[oota-llvm.git] / lib / Fuzzer / FuzzerInternal.h
index c672f23d95f18b0dac3469e280c481041524a21a..a720adb21e41af8a7193e3d3a38ddce564ad8f70 100644 (file)
@@ -56,6 +56,7 @@ bool ToASCII(Unit &U);
 bool IsASCII(const Unit &U);
 
 int NumberOfCpuCores();
+int GetPid();
 
 // Dictionary.