From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20108 invoked by alias); 3 Aug 2007 16:03:00 -0000 Received: (qmail 19612 invoked by uid 22791); 3 Aug 2007 16:02:50 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 03 Aug 2007 16:02:48 +0000 Received: from zps19.corp.google.com (zps19.corp.google.com [172.25.146.19]) by smtp-out.google.com with ESMTP id l73G25eu032381; Fri, 3 Aug 2007 09:02:05 -0700 Received: from localhost.localdomain.google.com (dhcp-172-18-116-220.corp.google.com [172.18.116.220]) (authenticated bits=0) by zps19.corp.google.com with ESMTP id l73G1ZDK005812 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Aug 2007 09:01:35 -0700 To: Kai Tietz Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: patch: libiberty pex for _WIN64 References: From: Ian Lance Taylor Date: Fri, 03 Aug 2007 16:03:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00061.txt.bz2 Kai Tietz writes: > 2007-08-03 Kai Tietz > > * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t. > * pex-djgpp.c: Likewise. > * pex-msdos.c: Likewise. > * pex-unix.c: Likewise. > * pex-win32.c: Likewise. This is OK if it passes bootstrap on a Unix or GNU/Linux system. Thanks. Ian