]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - libiberty/pex-msdos.c
Merged from gcc head revision 146001.
authorKai Tietz <kai.tietz@onevision.com>
Mon, 13 Apr 2009 10:48:27 +0000 (10:48 +0000)
committerKai Tietz <kai.tietz@onevision.com>
Mon, 13 Apr 2009 10:48:27 +0000 (10:48 +0000)
commit587c6b96efe8a88472fb2f24f09d0e93d60e2242
tree5b70d6860288e3cda10004827dd4dba5d63846eb
parent2e80c3068080ea7038c36c9c7051c9e03ce1f740
Merged from gcc head revision 146001.
2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>

        PR target/39397
        * pex-common.h (struct pex_obj): Store pid values as pid_t,
        not as long (members *children and (*wait))
        * pex-common.c (pex_run_in_environment): Likewise.
        * pex-win32.c (pex_win32_wait): Return pid_t and properly check
        returned pid value.
        * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
        * pex-msdos.c (pex_msdos_wait): Likewise.
libiberty/ChangeLog
libiberty/pex-common.c
libiberty/pex-common.h
libiberty/pex-djgpp.c
libiberty/pex-msdos.c
libiberty/pex-win32.c