diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-15 17:45:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-15 17:45:55 +0000 |
commit | f23673fc71f75f509f4b4c0080fb975a939a462f (patch) | |
tree | f116cd9e9ad3983bd115d98dd91533048a520992 /nis | |
parent | f05a41ebd3865694bfec31b385f661d23272296f (diff) | |
download | glibc-f23673fc71f75f509f4b4c0080fb975a939a462f.tar.gz glibc-f23673fc71f75f509f4b4c0080fb975a939a462f.tar.xz glibc-f23673fc71f75f509f4b4c0080fb975a939a462f.zip |
Update.
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/s390/s390-32/clone.S (__clone): Add support for NPTL where the PID is stored at userlevel and needs to be reset when CLONE_THREAD is not used. * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone): Save and restore r2 around call to fn.
Diffstat (limited to 'nis')
-rw-r--r-- | nis/nis_domain_of_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/nis_domain_of_r.c b/nis/nis_domain_of_r.c index ca298f3505..1fedcfe074 100644 --- a/nis/nis_domain_of_r.c +++ b/nis/nis_domain_of_r.c @@ -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) |