]> git.ipfire.org Git - thirdparty/glibc.git/commit
sunrpc: Remove stray exports without --enable-obsolete-rpc [BZ #23166]
authorFlorian Weimer <fweimer@redhat.com>
Tue, 15 May 2018 06:21:11 +0000 (08:21 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 15 May 2018 06:21:11 +0000 (08:21 +0200)
commit0cd4a5e87f6885a2f15fe8e7eb7378d010cdb606
treeab2a0d0201e7f7d294261a1cb28d6864488b2002
parent8af3185d3e0c4293fdd7251b0db4e4eefe92d08a
sunrpc: Remove stray exports without --enable-obsolete-rpc [BZ #23166]

This is needed to avoid a warning when linking against libtirpc:

/lib64/libc.so.6: warning: common of `rpc_createerr@@TIRPC_0.3.0' overridden by definition
/usr/lib64/libtirpc.so: warning: defined here

This ld warning is not enabled by default; -Wl,--warn-common enables it.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
(cherry picked from commit 89aacb513eb77549a29df2638913a0f8178cf3f5)
ChangeLog
NEWS
include/rpc/clnt.h
include/rpc/svc.h
sunrpc/rpc_common.c
sunrpc/svcauth_des.c