aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
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
commit1680832a9b693e6f726570017237a984d4d390c8 (patch)
tree28adb8d63941a9fed627311f02efc30069cbd63d /lib/Support
parent7c863eb8cc34c8ae97ae90672758eb6637b1125f (diff)
downloadexternal_llvm-1680832a9b693e6f726570017237a984d4d390c8.zip
external_llvm-1680832a9b693e6f726570017237a984d4d390c8.tar.gz
external_llvm-1680832a9b693e6f726570017237a984d4d390c8.tar.bz2
Typo and missing checkin from r131186.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131187 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/Windows/Program.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Support/Windows/Program.inc b/lib/Support/Windows/Program.inc
index 350363c..b685bb8 100644
--- a/lib/Support/Windows/Program.inc
+++ b/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;