|
From: Steve D. <st...@re...> - 2026-01-23 14:35:35
|
On 10/6/25 2:52 PM, Trond Myklebust wrote:
> From: Trond Myklebust<tro...@ha...>
>
> Both functions are listed as part of the official API in the libtirpc
> manpages. However they are not listed as being exported, and therefore
> do not turn up in the shared library.
>
> Signed-off-by: Trond Myklebust<tro...@ha...>
Committed.... sorry it took so long.
steved.
> ---
> src/libtirpc.map | 5 +++++
> src/libtirpc.map.in | 5 +++++
> 2 files changed, 10 insertions(+)
>
> diff --git a/src/libtirpc.map b/src/libtirpc.map
> index 479b4ff044b5..0d0f2f4cdf75 100644
> --- a/src/libtirpc.map
> +++ b/src/libtirpc.map
> @@ -295,6 +295,11 @@ TIRPC_0.3.3 {
> svc_max_pollfd;
> } TIRPC_0.3.2;
>
> +TIRPC_1.3.7 {
> + authdes_getucred;
> + rpc_gss_getcred;
> +} TIRPC_0.3.3;
> +
> TIRPC_PRIVATE {
> global:
> __libc_clntudp_bufcreate;
> diff --git a/src/libtirpc.map.in b/src/libtirpc.map.in
> index 6cf563b443b1..6c0b9b2e8bac 100644
> --- a/src/libtirpc.map.in
> +++ b/src/libtirpc.map.in
> @@ -295,6 +295,11 @@ TIRPC_0.3.3 {
> svc_max_pollfd;
> } TIRPC_0.3.2;
>
> +TIRPC_1.3.7 {
> + authdes_getucred;
> + rpc_gss_getcred;
> +} TIRPC_0.3.3;
> +
> TIRPC_PRIVATE {
> global:
> __libc_clntudp_bufcreate;
> -- 2.51.0
>
|