about summary refs log tree commit diff
path: root/misc/mktemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mktemp.c')
-rw-r--r--misc/mktemp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/mktemp.c b/misc/mktemp.c
index 92bb121ddf..07f195f845 100644
--- a/misc/mktemp.c
+++ b/misc/mktemp.c
@@ -30,6 +30,7 @@ __mktemp (char *template)
 
   return template;
 }
+libc_hidden_def (__mktemp)
 weak_alias (__mktemp, mktemp)
 
 link_warning (mktemp, "the use of `mktemp' is dangerous, "