summaryrefslogtreecommitdiff
path: root/nis/nis_ping.c
diff options
context:
space:
mode:
Diffstat (limited to 'nis/nis_ping.c')
-rw-r--r--nis/nis_ping.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nis/nis_ping.c b/nis/nis_ping.c
index 34eb992cec..788fe9fe86 100644
--- a/nis/nis_ping.c
+++ b/nis/nis_ping.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 1997-2016 Free Software Foundation, Inc.
+/* Copyright (c) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Thorsten Kukuk <kukuk@suse.de>, 1997.
@@ -17,6 +17,7 @@
<http://www.gnu.org/licenses/>. */
#include <rpcsvc/nis.h>
+#include <shlib-compat.h>
#include "nis_xdr.h"
#include "nis_intern.h"
@@ -67,3 +68,4 @@ nis_ping (const_nis_name dirname, unsigned int utime,
(caddr_t) NULL, 0, NULL);
nis_freeresult (res);
}
+libnsl_hidden_nolink_def (nis_ping, GLIBC_2_1)