From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26168 invoked by alias); 1 Sep 2004 17:25:24 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 26147 invoked from network); 1 Sep 2004 17:25:24 -0000 Received: from unknown (HELO are.twiddle.net) (64.81.246.98) by sourceware.org with SMTP; 1 Sep 2004 17:25:24 -0000 Received: from are.twiddle.net (localhost.localdomain [127.0.0.1]) by are.twiddle.net (8.12.11/8.12.11) with ESMTP id i81HPNs2017083; Wed, 1 Sep 2004 10:25:23 -0700 Received: (from rth@localhost) by are.twiddle.net (8.12.11/8.12.11/Submit) id i81HPLlG017075; Wed, 1 Sep 2004 10:25:21 -0700 X-Authentication-Warning: are.twiddle.net: rth set sender to rth@twiddle.net using -f Date: Wed, 01 Sep 2004 17:25:00 -0000 From: Richard Henderson To: Andreas Schwab Cc: libc-hacker@sources.redhat.com Subject: Re: Fix =?iso-8859-1?Q?ia64=2Fsys=2Fuconte?= =?iso-8859-1?Q?xt=2Eh_f=FCr?= g++ 3.5 Message-ID: <20040901172520.GA17065@twiddle.net> Mail-Followup-To: Andreas Schwab , libc-hacker@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-SW-Source: 2004-09/txt/msg00003.txt.bz2 On Wed, Sep 01, 2004 at 11:32:21AM +0200, Andreas Schwab wrote: > * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h [g++ >= 3.5]: Use > __builtin_offsetof. Perhaps include stddef.h and use offsetof properly? r~