This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] __libc_rpc_getport: Remove internal_function attribute
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Sun, 13 Aug 2017 11:05:42 -0700
- Subject: Re: [PATCH] __libc_rpc_getport: Remove internal_function attribute
- Authentication-results: sourceware.org; auth=none
- References: <20170812120516.A745A4027587E@oldenburg.str.redhat.com>
On Sat, Aug 12, 2017 at 02:05:16PM +0200, Florian Weimer wrote:
> This function has a hidden alias and is therefore expected to be
> called across DSO boundaries.
>
> 2017-08-12 Florian Weimer <fweimer@redhat.com>
>
> * include/rpc/pmap_clnt.h (__libc_rpc_getport): Remove
> internal_function.
> * sunrpoc/pm_getport.c (__libc_rpc_getport): Likewise.
>
LGTM.
Thanks.
H.J.