From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19280 invoked by alias); 30 Jan 2004 13:02:37 -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 19258 invoked from network); 30 Jan 2004 13:02:37 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sources.redhat.com with SMTP; 30 Jan 2004 13:02:37 -0000 Received: from Hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 2604ADA701 for ; Fri, 30 Jan 2004 14:00:37 +0100 (CET) Received: by sykes.suse.de (Postfix, from userid 597) id 46C9615ACB0F9; Fri, 30 Jan 2004 14:00:35 +0100 (CET) To: libc-hacker@sources.redhat.com Subject: ia64/bits/siginfo.h From: Andreas Schwab X-Yow: Xerox your lunch and file it under ``sex offenders!'' Date: Fri, 30 Jan 2004 13:02:00 -0000 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2004-01/txt/msg00109.txt.bz2 __ILL_BREAK etc. don't exist, only the non-prefixed names. Andreas. 2004-01-30 Andreas Schwab * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_BREAK) (FPE_DECOVF, FPE_DECDIV, FPE_DECERR, FPE_INVASC, FPE_INVDEC) (SEGV_PSTKOVF): Remove underscore prefix from definition. --- sysdeps/unix/sysv/linux/ia64/bits/siginfo.h.~1.13.~ 2003-04-22 10:02:04.000000000 +0200 +++ sysdeps/unix/sysv/linux/ia64/bits/siginfo.h 2004-01-30 13:53:15.175002840 +0100 @@ -1,5 +1,5 @@ /* siginfo_t, sigevent and constants. Linux/ia64 version. - Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by David Mosberger-Tang . @@ -176,7 +176,7 @@ enum # ifdef __USE_GNU , ILL_BREAK -# define ILL_BREAK __ILL_BREAK +# define ILL_BREAK ILL_BREAK # endif }; @@ -201,15 +201,15 @@ enum # define FPE_FLTSUB FPE_FLTSUB # ifdef __USE_GNU , FPE_DECOVF -# define FPE_DECOVF __FPE_DECOVF +# define FPE_DECOVF FPE_DECOVF , FPE_DECDIV -# define FPE_DECDIV __FPE_DECDIV +# define FPE_DECDIV FPE_DECDIV , FPE_DECERR -# define FPE_DECERR __FPE_DECERR +# define FPE_DECERR FPE_DECERR , FPE_INVASC -# define FPE_INVASC __FPE_INVASC +# define FPE_INVASC FPE_INVASC , FPE_INVDEC -# define FPE_INVDEC __FPE_INVDEC +# define FPE_INVDEC FPE_INVDEC # endif }; @@ -222,7 +222,7 @@ enum # define SEGV_ACCERR SEGV_ACCERR # ifdef __USE_GNU , SEGV_PSTKOVF /* Paragraph stack overflow. */ -# define SEGV_PSTKOVF __SEGV_PSTKOVF +# define SEGV_PSTKOVF SEGV_PSTKOVF # endif }; -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."