about summary refs log tree commit diff
path: root/include
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 /include
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 'include')
-rw-r--r--include/rpc/xdr.h2
-rw-r--r--include/sys/sysctl.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h
index 40855c9540..ab43f83dcb 100644
--- a/include/rpc/xdr.h
+++ b/include/rpc/xdr.h
@@ -32,3 +32,5 @@ extern void xdrmem_create_internal (XDR *, const caddr_t, u_int, enum xdr_op);
 extern bool_t xdrrec_endofrecord_internal (XDR *__xdrs, bool_t __sendnow);
 extern bool_t xdrrec_skiprecord_internal (XDR *__xdrs);
 extern bool_t xdrrec_eof_internal (XDR *__xdrs);
+
+libc_hidden_proto (xdrstdio_create)
diff --git a/include/sys/sysctl.h b/include/sys/sysctl.h
index 2a11226dd7..4fffb4ff49 100644
--- a/include/sys/sysctl.h
+++ b/include/sys/sysctl.h
@@ -4,6 +4,7 @@
 /* Read or write system parameters (Linux, FreeBSD specific).  */
 extern int __sysctl (int *__name, int __nlen, void *__oldval,
 		     size_t *__oldlenp, void *__newval, size_t __newlen);
+libc_hidden_proto (__sysctl)
 
 
 #endif  /* _SYS_SYSCTL_H */