summaryrefslogtreecommitdiff
path: root/tools/bit/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bit/command.h')
-rw-r--r--tools/bit/command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bit/command.h b/tools/bit/command.h
index eb0b88f8d1ac..fb44900b0806 100644
--- a/tools/bit/command.h
+++ b/tools/bit/command.h
@@ -54,5 +54,8 @@ string get_command_output(const Command& command, int* err, bool quiet=false);
*/
int run_command(const Command& command);
+// Mac OS doesn't have execvpe. This is the same as execvpe.
+int exec_with_path_search(const char* prog, char const* const* argv, char const* const* envp);
+
#endif // COMMAND_H