From 7b57bfe5988e476ea40934457dfd1c8a231e2391 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 16 Apr 2011 21:59:36 -0400 Subject: Obsolete RPC implementation in libc. --- sunrpc/xdr_stdio.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sunrpc/xdr_stdio.c') diff --git a/sunrpc/xdr_stdio.c b/sunrpc/xdr_stdio.c index 94886015e7..c68f004b34 100644 --- a/sunrpc/xdr_stdio.c +++ b/sunrpc/xdr_stdio.c @@ -190,5 +190,8 @@ xdrstdio_putint32 (XDR *xdrs, const int32_t *ip) return FALSE; return TRUE; } - +#ifdef EXPORT_RPC_SYMBOLS libc_hidden_def (xdrstdio_create) +#else +libc_hidden_nolink (xdrstdio_create, GLIBC_2_0) +#endif -- cgit v1.2.3