From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by sourceware.org (Postfix) with ESMTPS id 74BC23865488 for ; Fri, 5 Mar 2021 12:48:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 74BC23865488 Received: by mail-wm1-x336.google.com with SMTP id m1so1368174wml.2 for ; Fri, 05 Mar 2021 04:48:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=MPAXZ+AnO8t2L2+XhAVGNXW/qMg5GNn+FfrqIVRlrcQ=; b=Z4IJQicTVry2wGdLGSO6i94k+JBHZFsmr8d0D+0bos8sGxCr9xh1+FPoRI0en5GUnY pHcsTCHog/egtTV5tNl9cxCx1Bj4dOEVmhRutiwrDeZ5QqzUvxFlFMwwLqWclxsyIESR FJMY4KvrQ6odKqasoojL722wUzx2+o6k6AvM6FHjTehwRfH0BnOqsPFkUXxw7DJ8Gwbs 2qRVdOXaWZfRpI4pisAuqVzmtOA6SpoycSDSH4AZqnGJlCn197AH9ykdW4T5J0zeybYp c6YZkkIFQWQuNl7PiAR4iyB6NyJ+soAw/FezW42fLvpl5xNcaDGzTYTXaFiRH0YzRqAD 7ZdQ== X-Gm-Message-State: AOAM532b/wPmaWO1BRx/Eu/8KGPjTApvUNY8ZD/JozacHTHL6fiwwSVM Jk+WPzgVkSYVRS2DA9ftwN8= X-Google-Smtp-Source: ABdhPJxwJkgVxCz8Pktam4FPY2RQ7EXHSyl/RCGJr8JBUcb8qIYVbZpB+bWl2X6+z2kQFv0GAuYE5g== X-Received: by 2002:a1c:bb0b:: with SMTP id l11mr8969548wmf.150.1614948522114; Fri, 05 Mar 2021 04:48:42 -0800 (PST) Received: from [192.168.0.160] ([170.253.36.171]) by smtp.gmail.com with ESMTPSA id 9sm2609400wmf.13.2021.03.05.04.48.40 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 05 Mar 2021 04:48:41 -0800 (PST) Subject: Re: [PATCH] makecontext.3: Fix function declarator with empty parentheses. To: Florian Weimer Cc: Zack Weinberg , mtk.manpages@gmail.com, linux-man@vger.kernel.org, libc-alpha@sourceware.org, Andreas Schwab References: <20210304194534.130735-1-alx.manpages@gmail.com> <87v9a6hbgt.fsf@oldenburg.str.redhat.com> <8735x9hpe7.fsf@oldenburg.str.redhat.com> From: "Alejandro Colomar (man-pages)" Message-ID: <2b3d9f1d-287a-9747-0666-fb4d9331b494@gmail.com> Date: Fri, 5 Mar 2021 13:48:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <8735x9hpe7.fsf@oldenburg.str.redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2021 12:48:45 -0000 Hi Florian, On 3/5/21 11:21 AM, Florian Weimer wrote: > * Alejandro Colomar: >> Florian, should I file a bug in glibc's bugzilla? > > I don't know. SUSv2 has (void *func) (), which would make this a glibc > bug. I'm not sure if I have easy access to POSIX.1 from 2001, which I > believe still has this function. > > I am not sure if all glibc implementations of makecontext can be used to > call variadic functions. I reported the bug: Thanks, Alex -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/