From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by sourceware.org (Postfix) with ESMTPS id 2EDC83858D32 for ; Thu, 25 May 2023 17:56:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2EDC83858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nefkom.net Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4QRwjj5ZCqz1sMNh; Thu, 25 May 2023 19:56:57 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4QRwjj4MfPz1qqlS; Thu, 25 May 2023 19:56:57 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id Q8tfhWTbW0kJ; Thu, 25 May 2023 19:56:56 +0200 (CEST) X-Auth-Info: F9aB1QRjX3cLbB6ai7/HWm0S4Wj9j5hxtY56OYzdCOZaqx1jmfRtJbzTwtGk5Q8z Received: from igel.home (aftr-62-216-205-101.dynamic.mnet-online.de [62.216.205.101]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Thu, 25 May 2023 19:56:56 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 908BD2C1CAE; Thu, 25 May 2023 19:56:56 +0200 (CEST) From: Andreas Schwab To: Adhemerval Zanella Cc: libc-alpha@sourceware.org Subject: Re: [PATCH v3] wchar: Define va_list for POSIX (BZ #30035) In-Reply-To: <20230525164327.3803096-1-adhemerval.zanella@linaro.org> (Adhemerval Zanella's message of "Thu, 25 May 2023 13:43:27 -0300") References: <20230525164327.3803096-1-adhemerval.zanella@linaro.org> X-Yow: Everything will be ALL RIGHT if we can just remember things about ALGEBRA.. or SOCCER.. or SOCIALISM.. Date: Thu, 25 May 2023 19:56:56 +0200 Message-ID: <87zg5sxpjr.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Mai 25 2023, Adhemerval Zanella wrote: > diff --git a/conform/data/wchar.h-data b/conform/data/wchar.h-data > index e414651a33..32b53daef1 100644 > --- a/conform/data/wchar.h-data > +++ b/conform/data/wchar.h-data > @@ -15,6 +15,11 @@ type size_t > type locale_t > # endif > tag {struct tm} > +# if !defined ISO99 && !defined ISO11 && !defined UNIX98 > +type va_list > +# else > +# define va_list __gnuc_va_list > +# endif For that to be effective you need to s/__gnuc_va_list/va_list/ on the rest of the file. Ok with that change. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."