about summary refs log tree commit diff
path: root/nis/ypclnt.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-01-29 17:00:14 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-01-29 17:42:30 +0100
commitcdd14619a713ab41e26ba700add4880604324dbb (patch)
treedc0129bed806b525deae5fc481170ccdb4ef048b /nis/ypclnt.c
parentb7ccb5de359e8dd9918dbedfc1f4d96e06fcd634 (diff)
downloadglibc-cdd14619a713ab41e26ba700add4880604324dbb.tar.gz
glibc-cdd14619a713ab41e26ba700add4880604324dbb.tar.xz
glibc-cdd14619a713ab41e26ba700add4880604324dbb.zip
libnsl: Turn remaining symbols into compat symbols [BZ #22701]
Diffstat (limited to 'nis/ypclnt.c')
-rw-r--r--nis/ypclnt.c1
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)