diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-01-29 17:00:14 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-01-29 17:42:30 +0100 |
commit | cdd14619a713ab41e26ba700add4880604324dbb (patch) | |
tree | dc0129bed806b525deae5fc481170ccdb4ef048b /ChangeLog | |
parent | b7ccb5de359e8dd9918dbedfc1f4d96e06fcd634 (diff) | |
download | glibc-cdd14619a713ab41e26ba700add4880604324dbb.zip glibc-cdd14619a713ab41e26ba700add4880604324dbb.tar.gz glibc-cdd14619a713ab41e26ba700add4880604324dbb.tar.bz2 |
libnsl: Turn remaining symbols into compat symbols [BZ #22701]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2018-01-29 Florian Weimer <fweimer@redhat.com> + + [BZ #22701] + * include/rpcsvc/nislib.h (__nis_default_ttl): Add + libnsl_hidden_proto. + * include/rpcsvc/yp.h (yp_xdrall): Declare with + libnsl_hidden_proto. + * include/rpcsvc/ypclnt.h (yp_maplist): Likewise. + * nis/Makefile (libnsl-routines): Add nss-default only for + build-obsolete-nsl. + * nis/nis_defaults.c (__nis_default_ttl): Add + libnsl_hidden_nolink_def. + * nis/rpcsvc/ypclnt.h (yp_maplist): Remove #ifdef'ed-out + declaration. + * nis/yp_xdr.c (xdr_ypall): Add libnsl_hidden_nolink_def. + * nis/ypclnt.c (yp_maplist): Likewise. + 2018-01-29 Romain Naour <romain.naour@gmail.com> (tiny change) * sysdeps/unix/sysv/linux/microblaze/kernel-features.h |