mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
* nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def,
not libnsl_hidden_proto.
This commit is contained in:
parent
1494bc3fa2
commit
4739365ace
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user