From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89250 invoked by alias); 20 Aug 2018 11:29:52 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 88933 invoked by uid 89); 20 Aug 2018 11:29:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:418 X-HELO: mx1.redhat.com Subject: Re: RFC: Add to glibc 2.29 To: "H.J. Lu" Cc: GNU C Library References: <20180729161623.GA17944@gmail.com> <040ab157-8d0f-17e2-1421-a20d4c68d87a@redhat.com> From: Florian Weimer Message-ID: <8d7c8308-d8c0-7cb7-0ff2-7065f742f611@redhat.com> Date: Mon, 20 Aug 2018 11:29:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-08/txt/msg00408.txt.bz2 On 08/17/2018 06:43 PM, H.J. Lu wrote: >>>> Shouldn't these identifiers be in the public (non-internal) namespace? >>>> >>> Do we have precedents for such arch specific public functions? >> >> There is modify_ldt. >> > Which header file has its prototype? vm86 is an example for an arch-specific function with a prototype in an installed header file. Thanks, Florian