From cdd14619a713ab41e26ba700add4880604324dbb Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 29 Jan 2018 17:00:14 +0100 Subject: libnsl: Turn remaining symbols into compat symbols [BZ #22701] --- nis/ypclnt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nis/ypclnt.c') diff --git a/nis/ypclnt.c b/nis/ypclnt.c index 95215e2..11a17db 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) -- cgit v1.1