1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-02 16:01:20 +03:00

* include/rpc/auth.h: Use libc_hidden_proto for _null_auth.

* sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
	move _null_auth to .rodata.
This commit is contained in:
Ulrich Drepper
2009-02-06 05:33:30 +00:00
parent 970aa10f95
commit 4f7408c7ac
3 changed files with 11 additions and 1 deletions

View File

@@ -39,4 +39,6 @@ extern AUTH *authdes_pk_create_internal (const char *, netobj *, u_int,
libc_hidden_proto (key_encryptsession_pk)
libc_hidden_proto (key_decryptsession_pk)
libc_hidden_proto (_null_auth)
#endif