]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/pex-win32.c
pex-win32.c (<errno.h>): Include.
authorMark Mitchell <mark@codesourcery.com>
Fri, 31 Mar 2006 22:16:35 +0000 (22:16 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 31 Mar 2006 22:16:35 +0000 (22:16 +0000)
commitbd9e7c5cd5085d835fd0d8d342df85db93e71195
tree4a074182328bd353ff64888bb27683b06b5caff9
parent16659fcf3307e1d41924bd4176053f2a2643fb38
pex-win32.c (<errno.h>): Include.

* pex-win32.c (<errno.h>): Include.
(fix_argv): Remove.
(argv_to_cmdline): New function.
(std_suffixes): New variable.
(no_suffixes): Likewise.
(find_executable): New function.
(win32_spawn): Likewise.
(spawn_script): Use win32_spawn instead of _spawnv[p].
(pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
(pex_win32_wait): Likewise.

From-SVN: r112592
libiberty/ChangeLog
libiberty/pex-win32.c