summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Program.inc
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-05-11 16:44:08 +0000
committerAndrew Trick <atrick@apple.com>2011-05-11 16:44:08 +0000
commit69005e5953c97b7fda8da8071f1cb2b326cbef63 (patch)
treec3f96999a247775b6a520c9e9d5dffa30b195764 /llvm/lib/Support/Windows/Program.inc
parent55aeb55aa3aa71289e4a37acb0af9fb56be7e3f6 (diff)
downloadbcm5719-llvm-69005e5953c97b7fda8da8071f1cb2b326cbef63.tar.gz
bcm5719-llvm-69005e5953c97b7fda8da8071f1cb2b326cbef63.zip
Typo and missing checkin from r131186.
llvm-svn: 131187
Diffstat (limited to 'llvm/lib/Support/Windows/Program.inc')
-rw-r--r--llvm/lib/Support/Windows/Program.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Program.inc b/llvm/lib/Support/Windows/Program.inc
index 350363cf710..b685bb8b851 100644
--- a/llvm/lib/Support/Windows/Program.inc
+++ b/llvm/lib/Support/Windows/Program.inc
@@ -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;
OpenPOWER on IntegriCloud