]> granicus.if.org Git - libtirpc/commit
Symbol versioning patch libtirpc-0-2-6-rc5
authorThorsten Kukuk <kukuk@suse.de>
Wed, 6 May 2015 13:53:28 +0000 (09:53 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 6 May 2015 14:03:35 +0000 (10:03 -0400)
commitcb6163a301650d6bd1fd88e739826715fe8e9c34
treeb3d321812d6b8b7bbc8c13e049f3f3c2680b564a
parent58cd17f99974dcb6ae4654a4fc0de525585d2470
Symbol versioning patch

Added the functions, which are not marked
static and for which we provide a protoype
in the public installed header files.

Additional, there is the function __libc_clntudp_bufcreate
for glibc compatibility and the three functions:
__svc_clean_idle; svc_auth_none; libtirpc_set_debug
used by rpcbind.

I have added them as "TIRPC_PRIVATE". If we want to provide them
as official functions for everybody, we should add prototypes
to the header files and move them to the TIRPC_0.3.0 section.

Signed-off-by: Steve Dickson <steved@redhat.com>
configure.ac
src/Makefile.am
src/libtirpc.map [new file with mode: 0644]