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 /nis/ypclnt.c | |
parent | b7ccb5de359e8dd9918dbedfc1f4d96e06fcd634 (diff) | |
download | glibc-cdd14619a713ab41e26ba700add4880604324dbb.tar glibc-cdd14619a713ab41e26ba700add4880604324dbb.tar.gz glibc-cdd14619a713ab41e26ba700add4880604324dbb.tar.bz2 glibc-cdd14619a713ab41e26ba700add4880604324dbb.zip |
libnsl: Turn remaining symbols into compat symbols [BZ #22701]
Diffstat (limited to 'nis/ypclnt.c')
-rw-r--r-- | nis/ypclnt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nis/ypclnt.c b/nis/ypclnt.c index 95215e2f67..11a17db98d 100644 --- a/nis/ypclnt.c +++ b/nis/ypclnt.c @@ -813,6 +813,7 @@ yp_maplist (const char *indomain, struct ypmaplist **outmaplist) return result; } +libnsl_hidden_nolink_def (yp_maplist, GLIBC_2_0) const char * yperr_string (const int error) |