OSDN Git Service

* pex-win32.c (<errno.h>): Include.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Mar 2006 22:16:35 +0000 (22:16 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Mar 2006 22:16:35 +0000 (22:16 +0000)
commit9eff34fca94b6686fd9933c050708e7bbf4f4af8
tree4a074182328bd353ff64888bb27683b06b5caff9
parent992bd98c7b2955f2b7a9a5aed9f523b15e222c86
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112592 138bc75d-0d04-0410-961f-82ee72b054a4
libiberty/ChangeLog
libiberty/pex-win32.c