From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6531 invoked by alias); 20 Nov 2013 02:41:48 -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 6518 invoked by uid 89); 20 Nov 2013 02:41:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_40,RDNS_NONE autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from Unknown (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 20 Nov 2013 02:41:46 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 126F7116798; Tue, 19 Nov 2013 21:42:12 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6aZEtbG1J9N5; Tue, 19 Nov 2013 21:42:12 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A054811678E; Tue, 19 Nov 2013 21:42:11 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id E9574E0029; Wed, 20 Nov 2013 06:41:36 +0400 (RET) Date: Wed, 20 Nov 2013 02:42:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: Pierre Muller , gdb-patches@sourceware.org Subject: Re: [PATCH v3 10/13] don't check for unistd.h Message-ID: <20131120024136.GI3481@adacore.com> References: <1384806318-12231-1-git-send-email-tromey@redhat.com> <1384806318-12231-11-git-send-email-tromey@redhat.com> <13494.0459196971$1384894582@news.gmane.org> <877gc4ksnz.fsf@fleche.redhat.com> <8738mskqam.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8738mskqam.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-11/txt/msg00572.txt.bz2 > Well, so I thought. It turned into an insane nightmare. The unistd > module pulls into everything, which stomps all over our > namespace. > > I'm probably going to revert the whole series tomorrow morning. > > I'll send a bug report to gnulib. That is too bad... FWIW, I just got the results from building on all of AdaCore's platforms, and everything was in the green. I was definitely expecting some breakage, particularly in platforms such as LynxOS, for instance. -- Joel