Add MinGW-specific execv() override.
commit5debf9a5ac89e9ba49dedc960078cf22bba25c50
authorEric Sunshine <sunshine@sunshineco.com>
Mon, 27 Sep 2010 11:02:17 +0000 (27 07:02 -0400)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 3 Oct 2010 22:34:25 +0000 (3 23:34 +0100)
tree0780e10f007f450e444f31490c8c3f59e02aa53e
parent77df1f1edfab61bf605f707aeb3b5f5bd54ffb76
Add MinGW-specific execv() override.

As of 2dbc887e, shell.c employs execv(), so provide a MinGW-specific
mingw_execv() override, complementing existing mingw_execvp() and
cousins.

As a bonus, this also resolves a compilation warning due to an
execv() prototype mismatch between Linux and MinGW. Linux expects
the second argument to be (char *const *), whereas MinGW expects
(const char *const *).

Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
compat/mingw.c
compat/mingw.h