1
0
mirror of https://github.com/git/git.git synced 2025-03-21 20:13:55 +00:00
git/compat
Eric Sunshine 5debf9a5ac 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>
2010-10-03 23:34:25 +01:00
..
2010-06-21 06:02:45 -07:00
2009-04-22 19:03:39 -07:00
2008-09-30 14:30:06 -07:00
2009-03-02 18:28:06 -08:00
2010-10-03 23:34:25 +01:00
2010-10-03 23:34:25 +01:00
2007-06-07 00:04:01 -07:00
2009-09-18 20:00:42 -07:00
2010-08-14 19:35:38 -07:00
2009-09-18 20:00:42 -07:00