From f20ba0323a35f5f751ed68e82cce7c4b5b3bc48f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 28 Sep 2004 03:02:24 +0000 Subject: Update. * sunrpc/xdr_intXX_t.c: Add xdr_quad_t and xdr_u_quad_t aliases. * sunrpc/rpc/xdr.h: Declare xdr_quad_t and xdr_u_quad_t. * sunrpc/Versions: Export xdr_quad_t and xdr_u_quad_t. --- sunrpc/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sunrpc/Versions') diff --git a/sunrpc/Versions b/sunrpc/Versions index b800172..cddf188 100644 --- a/sunrpc/Versions +++ b/sunrpc/Versions @@ -113,4 +113,7 @@ libc { __rpc_thread_svc_fdset; __rpc_thread_createerr; __rpc_thread_svc_pollfd; __rpc_thread_svc_max_pollfd; } + GLIBC_2.3.4 { + xdr_quad_t; xdr_u_quad_t; + } } -- cgit v1.1