about summary refs log tree commit diff
path: root/sunrpc/xdr_stdio.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-17 10:58:17 +0000
committerRoland McGrath <roland@gnu.org>2002-09-17 10:58:17 +0000
commite436294bb21b76e7eb13374da1c77525104e2503 (patch)
tree8d12df7104feeb3ceeeaa90151b9ae8ca48ab27b /sunrpc/xdr_stdio.c
parent39d003fb0e5a097ffcb7636ea6eebd012f251f3d (diff)
downloadglibc-e436294bb21b76e7eb13374da1c77525104e2503.tar.gz
glibc-e436294bb21b76e7eb13374da1c77525104e2503.tar.xz
glibc-e436294bb21b76e7eb13374da1c77525104e2503.zip
* sunrpc/xcrypt.c (passwd2des_internal): Renamed fom passwd2des.
	(passwd2des): Define it as an alias.
	(xencrypt, xdecrypt): Call passwd2des_internal instead of passwd2des.

2002-09-12  Bruno Haible  <bruno@clisp.org>

	* include/sys/sysctl.h (__sysctl): Add libc_hidden_proto.
	* sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Add libc_hidden_def.

	* include/rpc/xdr.h (xdrstdio_create): Add libc_hidden_proto.
	* sunrpc/xdr_stdio.c (xdrstdio_create): Add libc_hidden_def.
Diffstat (limited to 'sunrpc/xdr_stdio.c')
-rw-r--r--sunrpc/xdr_stdio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sunrpc/xdr_stdio.c b/sunrpc/xdr_stdio.c
index 8a76b75030..264ab3ba09 100644
--- a/sunrpc/xdr_stdio.c
+++ b/sunrpc/xdr_stdio.c
@@ -192,3 +192,5 @@ xdrstdio_putint32 (XDR *xdrs, const int32_t *ip)
     return FALSE;
   return TRUE;
 }
+
+libc_hidden_def (xdrstdio_create)