From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11945 invoked by alias); 16 Nov 2012 18:26:24 -0000 Received: (qmail 11922 invoked by uid 22791); 16 Nov 2012 18:26:23 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Nov 2012 18:26:19 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MDL00400ETRK800@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Fri, 16 Nov 2012 20:26:17 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MDL004HCF7TKA10@a-mtaout23.012.net.il>; Fri, 16 Nov 2012 20:26:17 +0200 (IST) Date: Fri, 16 Nov 2012 18:26:00 -0000 From: Eli Zaretskii Subject: Re: [10/10] RFC: remove gdb_wait.h In-reply-to: <50A68175.6070507@redhat.com> To: Pedro Alves Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83boex4d79.fsf@gnu.org> References: <87obiyzns7.fsf@fleche.redhat.com> <87wqxmwthq.fsf@fleche.redhat.com> <50A67797.7050005@redhat.com> <83d2zd4ery.fsf@gnu.org> <50A68175.6070507@redhat.com> 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: 2012-11/txt/msg00468.txt.bz2 > Date: Fri, 16 Nov 2012 18:09:57 +0000 > From: Pedro Alves > CC: tromey@redhat.com, gdb-patches@sourceware.org > > > so perhaps we could depend on its being in sys/wait.h? > > If gnulib replaces it, then it won't be there. Actually, now that I looked at the latest sys_wait.in.h in gnulib, I don't see it there at all. So maybe I was confused and didn't understand what Tom was saying.