From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21161 invoked by alias); 13 Apr 2009 10:48:29 -0000 Received: (qmail 21145 invoked by uid 9717); 13 Apr 2009 10:48:28 -0000 Date: Mon, 13 Apr 2009 10:48:00 -0000 Message-ID: <20090413104828.21143.qmail@sourceware.org> From: ktietz@sourceware.org To: src-cvs@sourceware.org Subject: src/libiberty ChangeLog pex-common.c pex-commo ... Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00005.txt.bz2 CVSROOT: /cvs/src Module name: src Changes by: ktietz@sourceware.org 2009-04-13 10:48:28 Modified files: libiberty : ChangeLog pex-common.c pex-common.h pex-djgpp.c pex-msdos.c pex-win32.c Log message: Merged from gcc head revision 146001. 2009-04-13 Ozkan Sezer 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. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.482&r2=1.483 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/pex-common.c.diff?cvsroot=src&r1=1.8&r2=1.9 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/pex-common.h.diff?cvsroot=src&r1=1.10&r2=1.11 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/pex-djgpp.c.diff?cvsroot=src&r1=1.10&r2=1.11 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/pex-msdos.c.diff?cvsroot=src&r1=1.9&r2=1.10 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/pex-win32.c.diff?cvsroot=src&r1=1.17&r2=1.18