aboutsummaryrefslogtreecommitdiff
path: root/include/Support/SystemUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/SystemUtils.h')
-rw-r--r--include/Support/SystemUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/SystemUtils.h b/include/Support/SystemUtils.h
index 7a4c6277dc..b4d2c697f6 100644
--- a/include/Support/SystemUtils.h
+++ b/include/Support/SystemUtils.h
@@ -41,5 +41,5 @@ int RunProgramWithTimeout(const std::string &ProgramPath, const char **Args,
/// Execute a program with the given arguments and environment and
/// wait for it to terminate.
///
-int ExecWait (char ** argv, char ** envp);
+int ExecWait (const char * const argv[], const char * const envp[]);
#endif