------- Comment #4 from ktietz at gcc dot gnu dot org 2009-04-13 10:46 ------- Subject: Bug 39397
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 <seze...@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 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39397