about summary refs log tree commit diff
path: root/include/glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glob.h')
-rw-r--r--include/glob.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/glob.h b/include/glob.h
index d248cf6bc1..d83cf5ce53 100644
--- a/include/glob.h
+++ b/include/glob.h
@@ -1,6 +1,10 @@
 #ifndef	_GLOB_H
 #include <posix/glob.h>
 
+libc_hidden_proto (glob)
+libc_hidden_proto (globfree)
+libc_hidden_proto (globfree64)
+
 /* Now define the internal interfaces.  */
 extern int __glob_pattern_p (__const char *__pattern, int __quote);
 extern int __glob64 (__const char *__pattern, int __flags,