From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8245 invoked from network); 12 Jul 2009 16:37:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 12 Jul 2009 16:37:33 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 4498 invoked from network); 12 Jul 2009 16:37:25 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Jul 2009 16:37:25 -0000 Received: (qmail 2753 invoked by alias); 12 Jul 2009 16:37:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27136 Received: (qmail 2735 invoked from network); 12 Jul 2009 16:37:16 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 12 Jul 2009 16:37:16 -0000 Received: from cork.scru.org (cork.scru.org [209.20.67.2]) by bifrost.dotsrc.org (Postfix) with ESMTPS id A2AED8027106 for ; Sun, 12 Jul 2009 18:37:11 +0200 (CEST) Received: by cork.scru.org (Postfix, from userid 1000) id 9E50810494D; Sun, 12 Jul 2009 16:37:08 +0000 (UTC) Date: Sun, 12 Jul 2009 16:37:08 +0000 From: Clint Adams To: zsh-workers@sunsite.dk Cc: Cyril Brulebois Subject: Re: PATCH: _GNU_SOURCE when __GNU__ Message-ID: <20090712163708.GA10163@scru.org> Mail-Followup-To: zsh-workers@sunsite.dk, Cyril Brulebois References: <20090530175333.GA21771@scru.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090530175333.GA21771@scru.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: ClamAV 0.94.2/9556/Sun Jul 12 17:03:47 2009 on bifrost X-Virus-Status: Clean On Sat, May 30, 2009 at 05:53:33PM +0000, Clint Adams wrote: > As far as I can tell, nothing is included up to this point which > define __GLIBC__, so the Hurd wasn't getting the > nanosecond-resolution structs guarded by __USE_MISC > and thus was not able to use them in Src/cond.c. > This has nothing to do with /dev/ptmx. So it seems that Debian GNU/kFreeBSD is actually hard-coding a __GLIBC__ define in gcc for some reason. Could someone think of a sane configure test for these struct members instead, or is it futile?