From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8501 invoked by alias); 4 Aug 2007 08:44:30 -0000 Received: (qmail 8481 invoked by uid 22791); 4 Aug 2007 08:44:29 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 04 Aug 2007 08:44:27 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-243-182.inter.net.il [84.228.243.182]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DGY89751 (AUTH halo1); Sat, 4 Aug 2007 11:44:03 +0300 (IDT) Date: Sat, 04 Aug 2007 08:44:00 -0000 Message-Id: From: Eli Zaretskii To: Christopher Faylor CC: iant@google.com, gdb-patches@sourceware.org, binutils@sourceware.org, gcc-patches@gcc.gnu.org, Kai.Tietz@onevision.com In-reply-to: <20070803231642.GC11438@ednor.casa.cgf.cx> (message from Christopher Faylor on Fri, 3 Aug 2007 19:16:42 -0400) Subject: Re: patch: libiberty pex for _WIN64 Reply-to: Eli Zaretskii References: <20070803231642.GC11438@ednor.casa.cgf.cx> X-IsSubscribed: yes 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/msg00080.txt.bz2 > Date: Fri, 3 Aug 2007 19:16:42 -0400 > From: Christopher Faylor > > >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. > > If long isn't long enough what is pid_t defined to be on _WIN64? I think it's "long long", as 64-bit Windows uses the P64 model.