From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18297 invoked by alias); 15 Nov 2013 07:28:26 -0000 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 Received: (qmail 18284 invoked by uid 89); 15 Nov 2013 07:28:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_05,RDNS_NONE,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from Unknown (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Nov 2013 07:26:47 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MWA00500N6Q5U00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 15 Nov 2013 09:26:39 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MWA005YFNCE4F20@a-mtaout22.012.net.il>; Fri, 15 Nov 2013 09:26:39 +0200 (IST) Date: Fri, 15 Nov 2013 07:41:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v2 14/16] import gnulib sys_wait module In-reply-to: <8738mywvbs.fsf@fleche.redhat.com> To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r4aii0rk.fsf@gnu.org> References: <1383757800-6332-1-git-send-email-tromey@redhat.com> <1383757800-6332-15-git-send-email-tromey@redhat.com> <834n7p75xj.fsf@gnu.org> <8738mywvbs.fsf@fleche.redhat.com> X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00402.txt.bz2 > From: Tom Tromey > Cc: gdb-patches@sourceware.org > Date: Thu, 14 Nov 2013 14:02:31 -0700 > > Now, it seems to me that it would be preferable if all use of wait.h and > associated macros was limited to various "nat" files. However, that's a > bigger change than I want to get into with this series. There could be perhaps a single set of definitions for Posix platforms (which could then use the gnulib stuff), and the rest of platforms should indeed provide their own on the "nat" files. I can write the definitions for Windows and for go32, so let me know when this becomes relevant. > I'm going to drop this patch and the one to remove gdb_wait.h. Thanks.