From e2ec9b4dc1e1a39b59c0a7539ad1ddc66582e8be Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 6 Aug 2002 05:10:45 +0000 Subject: * include/stdlib.h: Use libc_hidden_proto for wctomb. * stdlib/wctomb.c: Add libc_hidden_def. * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af, rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror. * resolv/herror.c: Likewise. * inet/rcmd.c: Add libc_hidden_def. * inet/ruserpass.c: Likewise. * inet/getnetgrent_r.c: Likewise. * include/rpc/auth.h: Use libc_hidden_proto for getnetname, netname2user, host2netname, user2netname. * sunrpc/netname.c: Add libc_hidden_def. * include/rpc/svc.h: Use libc_hidden_proto for svc_register, svc_unregister, remove *_internal decls. Use libc_hidden_proto for svcerr_auth, svcerr_noprog, svcerr_progvers. * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to libc_hidden_def. (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def. * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register. --- include/stdlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index 501fac2702..7a98943725 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -20,6 +20,7 @@ libc_hidden_proto (fcvt_r) libc_hidden_proto (qecvt_r) libc_hidden_proto (qfcvt_r) libc_hidden_proto (lrand48_r) +libc_hidden_proto (wctomb) libc_hidden_proto (__secure_getenv) libc_hidden_proto (__strtof_internal) libc_hidden_proto (__strtod_internal) -- cgit v1.2.3