From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7540 invoked by alias); 12 Jan 2006 09:29:34 -0000 Received: (qmail 7429 invoked from network); 12 Jan 2006 09:29:32 -0000 Received: from unknown (69.17.117.6) by sourceware.org with QMTP; 12 Jan 2006 09:29:32 -0000 Received: (qmail 7974 invoked from network); 12 Jan 2006 09:29:31 -0000 Received: from gateway.sf.frob.com ([64.81.54.130]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 12 Jan 2006 09:29:31 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id DB45E357B; Thu, 12 Jan 2006 01:29:30 -0800 (PST) Received: by magilla.sf.frob.com (Postfix, from userid 5281) id B96D0180B7D; Thu, 12 Jan 2006 01:29:28 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Thorsten Kukuk Cc: libc-hacker@sourceware.org Subject: Re: jmpbuf-offsets.h In-Reply-To: Thorsten Kukuk's message of Thursday, 12 January 2006 09:26:27 +0100 <20060112082627.GA11847@suse.de> X-Zippy-Says: I have nostalgia for the late Sixties! In 1969 I left my laundry with a hippie!! During an unauthorized Tupperware party it was chopped & diced! Message-Id: <20060112092928.B96D0180B7D@magilla.sf.frob.com> Date: Thu, 12 Jan 2006 09:29:00 -0000 Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00057.txt.bz2 It's really only for internal use, so there is no need for architectures to add one if they have no code that wants it. I made bits/setjmp.h suck it only to be lazy and not update the internal uses. But I forgot that the stub file would not be found in setjmp. I've fixed it now to just avoid the shenanigans and use jmpbuf-offsets.h directly only where it's needed. Thanks, Roland