mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
2002-08-05 Jakub Jelinek <jakub@redhat.com>
* include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll, wcspbrk): Add libc_hidden_proto. * time/strftime.c (my_strftime): Add libc_hidden_def. (strftime): Remove libc_hidden_def. * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def. * wcsmbs/wcspbrk.c (wcspbrk): Likewise. * wcsmbs/wcsspn.c (wcsspn): Likewise. * wcsmbs/wcscmp.c (wcscmp): Likewise. * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak. * wcsmbs/wcscoll.c (wcscoll): Likewise. * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd, __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset, __rpc_thread_createerr): Add libc_hidden_proto. * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd, __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset, __rpc_thread_createerr): Add libc_hidden_def. * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror, clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto. * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror, clnt_perror, clnt_sperror): Add libc_hidden_def. * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise. * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add libc_hidden_proto. * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto. * sunrpc/des_soft.c (des_setparity): Likewise. * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk): Add libc_hidden_proto. * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk): Add libc_hidden_def.
This commit is contained in:
@ -28,4 +28,7 @@ extern AUTH *authdes_pk_create_internal (const char *, netobj *, u_int,
|
||||
struct sockaddr *,
|
||||
des_block *) attribute_hidden;
|
||||
|
||||
libc_hidden_proto (key_encryptsession_pk)
|
||||
libc_hidden_proto (key_decryptsession_pk)
|
||||
|
||||
#endif
|
||||
|
@ -26,4 +26,10 @@ extern CLIENT *clntunix_create_internal (struct sockaddr_un *__raddr,
|
||||
int *__sockp, u_int __sendsz,
|
||||
u_int __recvsz) attribute_hidden;
|
||||
|
||||
libc_hidden_proto (clnt_sperrno)
|
||||
libc_hidden_proto (clnt_spcreateerror)
|
||||
libc_hidden_proto (clnt_perror)
|
||||
libc_hidden_proto (clnt_sperror)
|
||||
libc_hidden_proto (_rpc_dtablesize)
|
||||
|
||||
#endif
|
||||
|
@ -6,4 +6,8 @@
|
||||
extern int xencrypt (char *secret, char *passwd);
|
||||
extern int xdecrypt (char *secret, char *passwd);
|
||||
|
||||
libc_hidden_proto (des_setparity)
|
||||
libc_hidden_proto (ecb_crypt)
|
||||
libc_hidden_proto (cbc_crypt)
|
||||
|
||||
#endif
|
||||
|
@ -49,6 +49,11 @@ __libc_tsd_define (extern, RPC_VARS)
|
||||
|
||||
#define RPC_THREAD_VARIABLE(x) (__rpc_thread_variables()->x)
|
||||
|
||||
libc_hidden_proto (__rpc_thread_svc_max_pollfd)
|
||||
libc_hidden_proto (__rpc_thread_svc_pollfd)
|
||||
libc_hidden_proto (__rpc_thread_svc_fdset)
|
||||
libc_hidden_proto (__rpc_thread_createerr)
|
||||
|
||||
#endif /* _RPC_THREAD_SAFE_ */
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user