about summary refs log tree commit diff
path: root/posix/glob-lstat-compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/glob-lstat-compat.c')
-rw-r--r--posix/glob-lstat-compat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/glob-lstat-compat.c b/posix/glob-lstat-compat.c
index f78b02f909..368a5f798e 100644
--- a/posix/glob-lstat-compat.c
+++ b/posix/glob-lstat-compat.c
@@ -32,5 +32,6 @@
 
 # include <posix/glob.c>
 
+libc_hidden_def (__glob_lstat_compat)
 compat_symbol (libc, __glob_lstat_compat, glob, GLIBC_2_0);
 #endif