about summary refs log tree commit diff
path: root/debug/getdomainname_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/getdomainname_chk.c')
-rw-r--r--debug/getdomainname_chk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/getdomainname_chk.c b/debug/getdomainname_chk.c
index ccea1b2d9e..a7492adf95 100644
--- a/debug/getdomainname_chk.c
+++ b/debug/getdomainname_chk.c
@@ -26,3 +26,4 @@ __getdomainname_chk (char *buf, size_t buflen, size_t nreal)
 
   return getdomainname (buf, buflen);
 }
+libc_hidden_def (__getdomainname_chk)