commit | 69005e5953c97b7fda8da8071f1cb2b326cbef63 | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Wed May 11 16:44:08 2011 +0000 |
committer | Andrew Trick <atrick@apple.com> | Wed May 11 16:44:08 2011 +0000 |
tree | c3f96999a247775b6a520c9e9d5dffa30b195764 | |
parent | 55aeb55aa3aa71289e4a37acb0af9fb56be7e3f6 [diff] [blame] |
Typo and missing checkin from r131186. llvm-svn: 131187
diff --git a/llvm/lib/Support/Windows/Program.inc b/llvm/lib/Support/Windows/Program.inc index 350363c..b685bb8 100644 --- a/llvm/lib/Support/Windows/Program.inc +++ b/llvm/lib/Support/Windows/Program.inc
@@ -332,7 +332,8 @@ 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;