Typo and missing checkin from r131186.
[oota-llvm.git] / lib / Support / Windows / Program.inc
index 350363cf7107d4ea2340385774a295c3438e34b2..b685bb8b851cefea1651bb28c8d2d31648007a2b 100644 (file)
@@ -332,7 +332,8 @@ Program::Execute(const Path& path,
 int
 Program::Wait(const Path &path,
               unsigned secondsToWait,
-              std::string* ErrMsg) {
+              std::string* ErrMsg,
+              const char* /*SignalPrefix*/) {
   if (Data_ == 0) {
     MakeErrMsg(ErrMsg, "Process not started!");
     return -1;