* nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def,

not libnsl_hidden_proto.
This commit is contained in:
Jakub Jelinek 2004-12-15 16:34:09 +00:00
parent 1494bc3fa2
commit 4739365ace
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2004-12-15 Jakub Jelinek <jakub@redhat.com>
* nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def,
not libnsl_hidden_proto.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone): Save
and restore r2 around call to fn.

View File

@ -54,4 +54,4 @@ nis_domain_of_r (const_nis_name name, char *buffer, size_t buflen)
return memcpy (buffer, cptr, cptr_len + 1);
}
libnsl_hidden_proto (nis_domain_of_r)
libnsl_hidden_def (nis_domain_of_r)