r146001 - in /trunk/libiberty: ChangeLog pex-co...
ktietz@gcc.gnu.org
ktietz@gcc.gnu.org
Mon Apr 13 10:45:00 GMT 2009
Author: ktietz
Date: Mon Apr 13 10:45:58 2009
New Revision: 146001
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146001
Log:
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.
Modified:
trunk/libiberty/ChangeLog
trunk/libiberty/pex-common.c
trunk/libiberty/pex-common.h
trunk/libiberty/pex-djgpp.c
trunk/libiberty/pex-msdos.c
trunk/libiberty/pex-win32.c
More information about the Gcc-cvs
mailing list